|
TitanKiller Newbie
Joined: 10 Jun 2005 Posts: 8
|
Posted: Fri Jun 10, 2005 5:35 pm
zMUdmapper question |
Hi everyone
I hope someone can help me with this hopefully simple question. Here goes.
When I use my portalling spell, I don't want to have to reset my current position on my maps by clicking with the mouse, I know it sounds lame, but it takes too long when PK'ing. Is there some way I can set up an alias/trigger to do it for me? I've just bought zMUD and scanned the manual a couple of times but couldn't find a solution. |
|
_________________ Come join me!
AustinMUD - austin.prg.dtu.dk:4000 |
|
|
|
Luth Newbie
Joined: 24 Oct 2004 Posts: 5 Location: Germany
|
Posted: Fri Jun 10, 2005 8:16 pm |
This is my way:
In the Automapper you can give a short name to each room. So as a example call the teleport-room "1" in the zone "x". The command in the mud for this room is "teleport 1".
Now i set a trigger
Code: |
#te 1 "x"
teleport 1
|
Thats all. |
|
|
|
TitanKiller Newbie
Joined: 10 Jun 2005 Posts: 8
|
Posted: Sat Jun 11, 2005 6:04 pm |
Thanks for the help Luth, it worked.
|
|
_________________ Come join me!
AustinMUD - austin.prg.dtu.dk:4000 |
|
|
|
|
|