|
mugenjin Newbie
Joined: 29 Mar 2007 Posts: 1
|
Posted: Thu Mar 29, 2007 8:13 pm
problems with mapper |
I just got my hands on the zmud 7.21 and I am trying out the mapper function.
But I am having a lot of problem with that.
The room takes this form:
You walked <direction>
<Room Name>
<Room Description> multi-lined
<random text>
<random text>
<exit direction> single-lined
>
Automatic configuration never works properly.
And I can seem to adjust it manually either.
In the manual notation, should the exist line be paragraph 1, line 0? |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Mar 29, 2007 8:41 pm |
Use triggers to identify your rooms via the #tag command, and then reconfigure the mapper. For example:
#trig {^You walked} {}
#cond {^(*)$} {#tag name} {within|param=1} |
|
|
|
|
|