Send events based on the comparison of 2 integers.
Int 1
The first integer.
Int 2
The second integer.
Equal
Event sent if Int 1 equals Int 2
Less Than
Event sent if Int 1 is less than Int 2
Greater Than
Event sent if Int 1 is greater than Int 2
Every Frame
Perform this action every frame. Useful if you want to wait for a comparison to be true before sending an event.