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
benny1564
Novice


Joined: 22 Jun 2004
Posts: 48

PostPosted: Mon Aug 16, 2004 8:52 am   

Changing the step delay?
 
I want to change the step delay from slow (600 ms/step) to fast (400 ms/step) and back again.
The triggers could look like this:
Code:

#trigger (^You begin to move faster) {stepdelay = 400}
#trigger (^You are no longer moving that fast) {stepdelay = 600}
_________________
Reply with quote
SCORNME
Novice


Joined: 25 Jul 2004
Posts: 48
Location: aka Falan

PostPosted: Mon Aug 16, 2004 11:41 am   
 
I don't think you can set the Speed Delay via a Command. I didn't find anything positive via a search.

Search did turn up info on using the #ALIAS onroomenter. Maybe something like

#AL onroomenter {#PAUSE;#ALA +0.6 {#STEP}}
#TR {^You begin to move faster} {
#AL onroomenter {#PAUSE;#ALA +0.4 {#STEP}}}
#TR {^You are no longer moving that fast} {
#AL onroomenter {#PAUSE;#ALA +0.6 {#STEP}}}

Of course, if you set the default Step Delay to 600 ms (zMUD factory default?), then you don't need the first alias and would leave the last onroomenter alias empty (i.e. {}). I think Wink
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