A simple extension to add if/else logic to scene variables and global variables.
If Else an extension to compare scene variables and global variables with an if/else notation.
- IfString - Compare a
scene variable (type string)returnstrue|false - IfNumber - Compare a
scene variable (type number)returnstrue|false - IfBoolean - Compare a
scene variable (type boolean)returnstrue|false
-
IfStringGlobal - Compare a
global variable (type string)returnstrue|false -
IfNumberGlobal - Compare a
global variable (type number)returnstrue|false -
IfBooleanGlobal - Compare a
global variable (type boolean)returnstrue|false -
Else - Trigger when some of the
Ifstatements is false. returnstrue