|
Morfaroth Beginner
Joined: 07 Dec 2002 Posts: 11
|
Posted: Thu Feb 27, 2003 1:56 am
Gateway, and my Map |
On the mud that I use, there is a weave called gateway, basicly it links any two rooms on the mud, as long as you have memorized first, Is there a way I can make a trigger or an alias that will chance my position on the map when I use it? the basic sentax is as follows:
weave gateway to <preset location>
Then I wait for the gateway to open, then:
step through gateway
I want to move where I am on the map when I step through the gateway, and move back to my previous position if I step through it again, Any ideas? |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Feb 27, 2003 3:27 am |
As you can go to any spot that you have memorized (if I understand), You'll want to
use the #TELEPORT command.
I don't know what your preset location looks like. If its the room name:
#ONINPUT {weave gateway to (*)} {#VAR WeaveGateway {%1}}
#ONINPUT {step through gateway} {#TE %roomnum(@WeaveGateway,)}
Else something like:
#ONINPUT {weave gateway to (*)} {#VAR WeaveGateway {%1}}
#ONINPUT {step through gateway} {#IF (%lower(@WeaveGateway) =~ "this room name here")} {#TE <roomnumber>}}
Ton Diening |
|
|
|
wilh Wanderer
Joined: 08 Feb 2001 Posts: 89 Location: USA
|
Posted: Thu Feb 27, 2003 9:26 am |
Weave... sounds Wheel of Timeish.
Hrm...
Wil
Wil Hunt |
|
|
|
|
|
|
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
|
|