|
Greymalkin Newbie
Joined: 17 Jan 2002 Posts: 2 Location: USA
|
Posted: Sat Jan 19, 2002 6:09 am
Z coordinates in mapping |
My mud has an area that is made purposefully tough to map and I am trying to conquer it. Each room you move through can descend or rise or stay on the same level as you move in normal directions(N S E W,etc). So I have resulted to manually using the Move on the mapper menu to change each room's Z coordinate up or down. As there are thousands of rooms, you can imagine my eagerness to trigger this same result without having to do it manually for each and every room.
I might receive a message like:
'You feel confident you have descended some.'
I am seeking a way to trigger it directly or possibly some way to send keystrokes to the menu itself so its automated to move the Z coordinate as appropriate.
Can anyone help me? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Jan 19, 2002 4:02 pm |
Regrettably it can't be fully automated. The most that can be done is to have the move dialog pop automaatically. The command to do that is:
#MENU {AutoMapper|Edit|Move} |
|
|
|
|
|