WinScript Live Command Reference Page 77
The Play event is executed if ShowVar
5.
This sequence adds one to ShowVar and then sets it back to 0 if it greater than 100.
Event Syntax using "Label"
Constant value (0-
255) <or> another
Variable
End If
Used to mark the End of any of the conditional "If" commands listed on the previous pages. This
is only required when not using Labels.
Event Syntax Using "End If"
Conditional Variable or Input
Executed if condition is true
Else
Used to mark the False case of any of the conditional "If" commands listed on the previous pages.
This can only be used when not using Labels.
Conditional Variable or Input
Executed if condition is true
Executed if condition is false