|
GelRoos Beginner
Joined: 12 Jun 2002 Posts: 13 Location: Canada
|
Posted: Wed May 05, 2004 2:33 am
Mapper help |
okay so i have a room where to enter leave you need to type climb or jump. So i wirte my room script as follows:
#OnInput {jump} {#TE 1919}
#OnInput {climb} {#TE 3871}
Now which ever ioninput is on bottom seems to work (i have switched them) yet the top one doesn't climb takes you to one room while jump another. Do i have this scripted wrong??? can;t figure out why it will not work |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Wed May 05, 2004 4:46 am |
Why not just use exit commands?
I don't have Zmud infront of me so I can't give you the exact syntax but I believe it is documented in the automapper part of zmuds help files something along the lines of.
>jump>n
and anytime you enter north it will be replaced with jump and move you to the correct room if linked. |
|
|
|
|
|