|
godhandunuki Beginner
Joined: 28 Jan 2003 Posts: 10 Location: USA
|
Posted: Sat Feb 08, 2003 4:22 am
automapper question |
Entrance Building to Pinnacle
Login Room
You are standing in an enormous enclosed chamber. A single iron door
sits in the floor of this structure surrounded by a granite doorframe.
The ceiling is a dome completely covering the building. People seem
to appear here from nowhere, perhaps from another dimension, some call
it 'reality'.
There is one obvious exit: jump
ok the description looks like this except it has the exits in the top corner displayed visualy with lines and whatnot (i tried to paste it but i could not get ther directions to show right) thats messing the automapper up cause it can't read the room name i am not shure if there is anyway to help that if there is it would be greatly appreated
the mud is 3kingdoms |
|
|
|
godhandunuki Beginner
Joined: 28 Jan 2003 Posts: 10 Location: USA
|
Posted: Sat Feb 08, 2003 5:05 am |
the exits look like this
N
|
room name w--*--e
|
s
it dosen't read the room name |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Feb 08, 2003 12:32 pm |
Try:
#TRIGGER {^%sN$} {#NOMAP}
#TRIGGER {^%s|$} {#NOMAP}
#TRIGGER {^%sS$} {#NOMAP}
#TRIGGER {^(*)%sw--*--e$} {#TAG name {%1}}
Also make another one to tag your prompt:
#TRIGGER {pattern to match prompt here} {#TAG prompt}
and be sure to reconfigure the mapper after creating these triggers.
Kjata |
|
|
|
|
|