Sends events based on the value of a boolean variable.
Bool Variable
The bool variable to test.
Is True
The event to send if the bool variable is true.
Is False
The event to send if the bool variable is false.
Every Frame
Perform this action every frame. Useful if you want to wait for a bool value before sending an event.