
The Conditional Connection allows you to use expressions and operators in the input field. For example, let's imagine a boolean variable called unlockedDailyQuest. In the input we could write {{unlockedDailyQuest}}=1, which means the connection only executes when unlockedDailyQuest is TRUE. The Conditional Connection is purple.
Inspector Fields
Each field below is available on this node in the inspector.
FieldTypeDescription
Connection Type
string
The type of connection. Set to "Condition" for conditional execution based on expressions.
condition
Condition Expression
string
Expression that evaluates to true or false. Use variable references with operators like {{health}}<50 or {{var1}}={{var2}}. Required when Connection Type is set to Condition.