SLOW
Syntax: #SL path
Related: #STEP #STOP #OK #PAUSE
Executes the specified path in Slow Walking mode. In this mode, a single direction is sent to the MUD, then CMUD waits for confirmation before sending the next direction. Directions are confirmed with the #OK command, and aborted with #STOP. If a Slow Walk was aborted, it can be resumed with the #STEP command.
Path can be a set of speedwalk directions, or the name of a stored path.
SLOW example
#SL .n2es Sends the north command to the MUD. Then waits for confirmation. If confirmed, then east is sent, and so on.