|
nutsnbolts Apprentice
Joined: 01 May 2002 Posts: 188 Location: USA
|
Posted: Wed Jul 17, 2002 2:59 pm
Help with mapper |
Ok, I'm gonna try to start using the mapper again and basically it's driving me nuts with all the errors I'm getting. Anyone can help me out with this. Here is a typical room.
Blind Allyway [Underground Pass]
A blind alley way that is just waiting to be entered. Something is stirring
about. There is a can next to the wall with broken glass scattered throughout.
The road is all torn and tattered.
[Exits: north east south west]
Here is an example of an exit with a door.
[Exits: north east south west [down]]
I don't know how else I can do this. I tried going through the wizard and manually configuring it but nothing seems to happen or when something does happen, it starts giving me all types of errors, crashing zmud...etc...etc..
Thank you for everything, it's always appreciated. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Jul 17, 2002 11:31 pm |
I am going to suggest you make it real simple on yourself. Loose the door information on the exit line, I am sure there is something else that you can trigger off of in order to issue the #DOOR command. So try this simple trigger and as with all sub triggers reconfigure.
#TR {{[|}}} {#SUB {}} |
|
|
|
nutsnbolts Apprentice
Joined: 01 May 2002 Posts: 188 Location: USA
|
Posted: Thu Jul 18, 2002 3:15 pm |
I dont' even bother with door command. But I would like the mapper to actually add in the link for a door. As of now, I'm adding it in myself and this brackets are complicating matters.
Thank you for everything, it's always appreciated. |
|
|
|
dacheeba Adept
Joined: 29 Oct 2001 Posts: 250
|
Posted: Thu Jul 18, 2002 4:48 pm |
quote:
I dont' even bother with door command. But I would like the mapper to actually add in the link for a door. As of now, I'm adding it in myself and this brackets are complicating matters.
Thank you for everything, it's always appreciated.
Thats what Vil's trigger is for. It will remove all instances of brackets(or would if there wasnt a typo in it):
#TR {{[|]}} {#SUB {}}
Just use that and then reconfigure your mapper, and it should start mapping the links, albiet you will have to change the link from a normal link to a door link manually. |
|
|
|
|
|