Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
Insomniac
Wanderer


Joined: 25 Mar 2004
Posts: 78
Location: United Kingdom

PostPosted: Sat Mar 27, 2004 2:52 pm   

#WALK
 
Hey.

I'm trying to set up a somewhat simple trigger but am having difficulty.

I want the trigger to fire off some text, then #WALK to a room, then do something.

I have it setup like this...

pattern: (%w) addressed to the bob

Value: #walk 129
give %1 to bob

And for some reason it starts off the walk, and then tries to 'give %1 to bob'

Am I doing something wrong, all I want is for things to happen in order ie. #walk 129, on arrival, give %1 to bob

Any help?

Edit: It works fine on speedwalking mode, just not on safe or slow which is what I require.

-=Insomniac=-
Reply with quote
Bromax
Wanderer


Joined: 03 Jan 2002
Posts: 66

PostPosted: Sat Mar 27, 2004 9:02 pm   
 
I'm a total nOOb at this, but how about:
#walk 129
#alias onwalkend {give %1 to bob}
Reply with quote
nexela
Wizard


Joined: 15 Jan 2002
Posts: 1644
Location: USA

PostPosted: Sat Mar 27, 2004 9:55 pm   
 
If your in slow walking mode it will send

DIR
give %1 to bob
DIR
....


if your in Fast/safe it will send

DIR
DIR
...
give %1 to bob

One way to do it is like broomax said but with a little mod
#AL onwalkend {give %1 to bob;#UNAL onwalkend}

There are other ways to do this I believe but it will take some more coffee before I remember
Reply with quote
Insomniac
Wanderer


Joined: 25 Mar 2004
Posts: 78
Location: United Kingdom

PostPosted: Sun Mar 28, 2004 12:43 pm   
 
Works good, thank you both!

If there's any other methods too, I'd be interested to know, just for knowledge Very Happy

-=Insomniac=-
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
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

© 2009 Zugg Software. Hosted by Wolfpaw.net