This object is in archive! 
[Automatons Beta] Detect "100%" (or not) in Event Controller
Not Enough Votes
A large number of simple uses of the event controller will probably be "battery 100% charged", "air pressure 100% or not", "block took any damage", "gas tank full" etc., all of which really only need to know if the value is 100% or not.
The current comparison "<=99.9999%" is less convenient and prone to being rounded up to 100% internally if one too many digits is typed in.
EDIT: I just realized you can check for ">=100%" when you need "=100%" and then swap the actions on the toolbar if you need "!=100%". When you need to check multiple blocks, also toggle the AND gate in addition to swapping the toolbar slots. Yeah, I think everything is doable, and the only complaint could be that it is a tad unintuitive.
Replies have been locked on this page!