Documentation

#SET

SET

Syntax: #SET id state value
Related: #TRIGGER

Sets or resets a particular trigger state. If "id" is omitted, the last trigger accessed is used. If "value" is omitted, the trigger state is set to true. Otherwise, if Value is zero, the state is set to false. Note states are numbered starting at zero.

SET Example

#SET 0
Sets the first trigger state of the last trigger to true.

Add comment

Login or register to post comments