Logic
Use logic actions to check game state and react accordingly.
Logic actions are grouped into a few categories:
Categories
Operations on bool variables.
Actions that check collections like List variables.
Actions that compare and work with enum-style state values.
Actions that detect threshold and edge-triggered value changes.
Actions that branch to different events using switch-style checks.
Actions that check spatial relationships.
Actions that check variable values.
Related
Build logic checks using text expressions.