|
Condition Reference List |
|
| None | Back to top |
|
|
|
| |
|
| Until | Back to top |
|
'Until' will cause liquid media to repeatedly execute your action until special circumstances are present, then Liquid Media will move to the next action on the list.
|
|
| |
|
| While | Back to top |
|
|
|
| |
|
| If | Back to top |
|
IF conditions behave like while conditions, except that when an 'IF' statement evaluates to be true it will only execute the action ONCE, then Liquid Media will continue running the subsequent actions on the list.
|
|