The following commands are described for completeness only - they remain in Wintermute for backwards compatibility, and should not be used going forward.
zone_test: {name} | {condition}
Returns an OSC command in the form {name}_true or {name}_false depending on the truth value of the condition.
Use of this command should be deprecated in favour of using return_cue with a conditional prefix.
zone_status: {name} | {status} | log
Sets the status of a previously created zone
Use of this command should be deprecated in favour of using set; the functionality is identical, but the command was changed to align with how variables are handled
deck_makekey: {name} | {text}
Used to create a new key Imageset with the given name and text; this now just creates an alias dictionary for reverse compatibility.
zone_history: {zone}
Prints the history of logged statuses for the named zone to the System Log; this should generally only be used for programming/debugging
Use of this command should be deprecated in favour of using history.
variable_increment: {zone}.{variable} | {value}
Assuming the given zone variable is an integer, increments it by the given value
Use of this command should be deprecated in favour of using increment.
zone_set: {zone} | {status} | log
Sets the status of a previously created zone
Use of this command should be deprecated in favour of using set.
variable_set: {zone}.{variable} | {value}
Sets the value of a previously created variable
Use of this command should be deprecated in favour of using set.
node_setuifonts: {name} | {small} | {medium} | {large} | {button}
node_setuiheights: {name} | {chat} | {data}
These are for developer use only.