|
lethe Beginner
Joined: 25 Sep 2003 Posts: 14
|
Posted: Sat Oct 04, 2003 1:54 pm
Mapper question, path length |
I want to know the length of the path the #walk command is about to take.
What is the command to find out the length of the path from current room to any given room I would #walk to? And if possible, is there a way to get the path without actually traversing it? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Oct 04, 2003 3:36 pm |
Use the %walk function instead. To calculate the length you would use %numitems(%pathexpand(%walk(targetroom))).
|
|
|
|
lethe Beginner
Joined: 25 Sep 2003 Posts: 14
|
Posted: Sat Oct 04, 2003 6:35 pm |
Thank you so much.
|
|
|
|
|
|