Evaluates a conditional expression and stores the result and/or sends an event upon evaluating true or false. Special thanks to Lea Hayes!
Expression
Enter an expression to evaluate. Example: (a < b) && c
To reference variable names with spaces use: $(variable name with spaces)
To reference variable names with spaces use: $(variable name with spaces)
Store Result
Store the result in a Bool Variable.
Is True Event
Event to send if the result is True.
Is False Event
Event to send if the result is False.
Every Frame
Evaluate the expression every frame while the state is active.