|
chiu Newbie
Joined: 10 Oct 2000 Posts: 9 Location: China
|
Posted: Thu Nov 15, 2001 3:03 am
A mapping question |
my map always can't match the room name correctly.
look this:
> Temple -
> This is a temple
> Exits include south north and east.
Then my map will match:
room desc:Temple
room exit:Exits include south north and east.
In fact,the room name should be "Temple".
why?
PS:hope u guys understand what I said.:) |
|
|
|
Castaway GURU
Joined: 10 Oct 2000 Posts: 793 Location: Swindon, England
|
Posted: Thu Nov 15, 2001 8:52 am |
Yes, I understood..
And I have exactly the same problem when mapping rooms with a one-line text.. (It last worked properly in v4.62, I think..) Im hoping it will get fixed sometime.
Or maybe someone else has a solution ..
Lady C. |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Nov 16, 2001 12:29 am |
quote:
my map always can't match the room name correctly.
look this:
> Temple -
> This is a temple
> Exits include south north and east.
Then my map will match:
room desc:Temple
room exit:Exits include south north and east.
In fact,the room name should be "Temple".
why?
PS:hope u guys understand what I said.:)
Do all room titles have that - at the end? If so, you can probably put this in the automapper or automapperall class and then run a reconfigure on the mapper.
#trigger {^* -$} {#tag Name}
Note, again, that if this pattern would work you will not see the different results until you reconfigured the mapper so it is aware you have this trigger.
li'l shmoe of Dragon's Gate MUD |
|
|
|
chiu Newbie
Joined: 10 Oct 2000 Posts: 9 Location: China
|
Posted: Fri Nov 16, 2001 2:09 am |
Thanks for ur reply
Hmm, should I do this:
#trigger {^* -$} {#tag Name} automapper
right?
But sometimes,I would rather use the BRIEF
setting of my MUD,then,"-"will not appear.
;( |
|
|
|
|
|