PAUSE

Syntax: #PAU
Related: #STOP #SLOW #STEP #OK

Pauses the current Slow Walk. Typically used in triggers. It confirms the last step, but aborts the slow walk in progress. Continue walking with the #STEP command.

PAUSE example

#TRIGGER {A gang member is here} {#PAUSE;kill gang}
If the pattern A gang member is here is received from the MUD, any Slow Walk is paused and the gang member is killed. You can then resume your walking with #STEP after the gang member is dead.


Contents PATH PICK