LMAP
Syntax: #LM path {commands}
Related: #LOOP
Loop through the given speedwalk path and execute the command for each room on the map along the path. The variable %i is set to the room number.
Note: The current room IS included in the loop.
LMAP example
#LMAP "3sn" {#SHOW %roomname(%i)} From the current map location, move 3 squares south, then one square north. At each step, display the name of the room