STOP
Syntax: #STO
Syntax: #STOP threadid
Related: #SLOW #STEP #OK #PAUSE
Aborts the current Slow Walk. The previous step is not confirmed and will be repeated when you use #STEP to resume the walking. Typically used in triggers.
In v2.0 or later, the #STOP command can also be used to stop/abort a background thread. Specify the name of the thread, or the numeric ID of the thread that you wish to stop.
STOP example
#TRIGGER {The door is closed} {#STOP;open door;#STEP} Stops the slow walk if a door is closed, then opens the door and uses the #STEP command to repeat the last direction and continue walking
#STOP 3
Stops thread ID 3 in v2.0 or later