WinScript Live Command Reference Page 73
Program Control Events
Program Control Events can be used to control the flow of your show. Program Control Events include
events for controlling Sequences in a local or remote Show Controller. Events are also included for
performing conditional branching within a sequence based on Variable values and/or Input/Output/Boolean
Type Variable states.
Pause a Sequence at the current event
Stop a looping Sequence after the last event
Unconditionally jump over events
Perform specific events if an Input, Output, or Boolean Variable is "on"
Perform specific events if an Input, Output, or Boolean Variable is "off"
Perform specific events if a Variable is equal to a constant value or the
value of another Variable
Perform specific events if a Variable is greater than a constant value or the
value of another Variable
Perform specific events if a Variable is greater than or equal to a constant
value or the value of another Variable
Perform specific events if a Variable is less than a constant value or the
value of another Variable
Perform specific events if a Variable is less than or equal to a constant
value or the value of another Variable
Perform specific events if a Variable is not equal to a constant value or the
value of another Variable
Complete "If" sections. (If not using labels)
Specify "False" events if statement is false
No operation - Set a dummy placeholder for a branch event