Losstarot Newbie
Joined: 31 Oct 2009 Posts: 1 Location: CA
|
Posted: Sat Oct 31, 2009 3:49 pm
[3.11/3.12] Problems with commands in roomwalking script |
I'm not sure if I need to update my script or if this is an actual bug, but the following
alias worked flawlessly for using the mapper to walk to rooms in 3.10a:
$path = %walk(%1);$path = %replace(%replace(%replace($path,.,"run "),")",");run "),"run (",".(");#IF (%ends($path,";run ")) {$path = %leftback($path,5)};$path = %replace($path,";run ;.",";.");#SHOW |$path|;#EXECUTE $path;#TELEPORT %1
The show output looks like this:
|.(pplanes);run 9e;.(enter pool);run n2eu2wueundes;.(open e;e);run dn;run 2w2s2e2n2w2s2d|
The problem now is that the commands that are formatted with .()
(mostly portals/doors/custom exits) seem to get sent to the mud and not to the mapper
anymore. Also this only seems to be happening intermittently, which is all the more
confusing, I'm trying to find the exact conditions and I will post them.
Thanks in advance for the clarification! |
|