Sends events based on the comparison of 2 floats.
Float 1
The first float.
Float 2
The second float .
Tolerance
Tolerance for the Equal test (almost equal).
Equal
Event sent if Float 1 equals Float 2 (within Tolerance)
Less Than
Event sent if Float 1 is less than Float 2
Greater Than
Event sent if Float 1 is greater than Float 2
Every Frame
Perform this action every frame. Useful if you want to wait for a comparison to be true before sending an event.