Skip to main content
The Conditional Action allows you to create conditional logic on your scene with the help of variables and logic operators.
Learn more about Variables to better understand how to use them in the Conditional Action.

How to use a Conditional Action

Under an Event, you can use a Conditional Action to wrap a group of actions that will only be triggered if the condition set is met. image

Conditional Action properties

IF - Condition

Create an expression that will be the condition for actions to be triggered. The following variable types can be used: The following operators can be used in expressions: Logical Operators: Used to combine or modify boolean logic statements, where the result is either true or false. Comparison Operators: Used to compare two values, expressions, or variables. Boolean Outcomes: Represent the two possible outcomes of logical and comparison operations.

ELSE

Actions added under Else will be triggered if the condition set on If is not met.