|
snatch.xx Beginner
Joined: 09 Jun 2007 Posts: 19
|
Posted: Sun Apr 13, 2008 6:37 am
Help with mapper configuration please |
I am trying to set my configuration to notice room name and description correctly and not having much luck here is a sample room all follow the same basic format.
Code: |
N
\ | /
Southview street W ---*--- E
/ | \
S
You are standing at the intersection of Main Street and Southview
street. Main leads north and Southview runs to west and east.
Just north of here is the center of town. To the south lies a
slightly disreputable looking, noisy, and gin-smelling building
with a large garish tankard of ale painted over the door.
There are four obvious exits: north, south, west, east
A tall street light.
> |
This sample was copied from the autoconfigure on the mapper. The only thing I am able to get the mapper to recognize is the room exits. What paragraphs or lines do I need to set for it to get the room name "Southview Street" and the room desc. ? |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sun Apr 13, 2008 7:00 am |
If the compass is always like that, you could do something silmilar to this:
Code: |
#TRIGGER {(*)%sW[-]~*[-]E$} {#TAG Roomname} |
I believe this is the right syntax, but there could be a better way. I'm sure one of the Gurus will correct me if I'm wrong.
By the way, use the code tags to preserve spacing.
Charneus |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Mon Apr 14, 2008 1:35 pm |
That would probably work, Charneus, if the E and W are always present. I suspect, however, that the compass rose is supposed to indicate the directions of exits, so E and W might not always appear. I'll think about this one some more.
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|