WinScript Live Command Reference Page 68
Logical Events
Logical Events perform operations on Variables in the Show Controller.
Turn on a Boolean Type Variable
Turn off a Boolean Type Variable
Toggle the state of a Boolean Type Variable
Add a value to a Variable
Subtract a value from a Variable
Multiply Variable by a value
Divide a Variable by a static value
Bitwise And a variable by a value
Bitwise Or a variable by a value
Get the modulus value of a variable (remainder of
division)
Concatenate (put together) two String Variables
Combine multiple variables of different types into
a string variable
Set the value of a Variable
Save a Variable to non-volatile memory
Recover a Variable from non-volatile memory
On
Turns on a Boolean Type Variable. The Boolean Type Variable remains on until another event
modifies its state.
Name of Boolean Type Variable
Off
Turns off a Boolean Type Variable. The Boolean Type Variable remains off until another event
modifies its state.
Name of Boolean Type Variable
Toggle
Toggles the state of a Boolean Type Variable. If the Boolean Type Variable is currently on, it will
be turned off. If the Boolean Type Variable is currently off, it will be turned on.