|
ryon Newbie
Joined: 30 Apr 2006 Posts: 2
|
Posted: Sun Apr 30, 2006 9:15 pm
#wait problem |
hi, i use zmud4.62 before
for example
roll;#wa 10000;say hi
it will roll, then after 10 sec, then say hi
but if after roll action, i quickly type #wa 1000,
then it will wait 1sec then say hi..
#wa 1000 will replace #wa 10000..
but now i use zmud7.21, this action will not be accept
can i change some setting or do something to achieve this idea,
because sometimes i want quickly to do the next action |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Apr 30, 2006 10:20 pm |
not with #WAIT. You can use a named alarm, though. As long as it's named, any subsequent definition of that alarm will merely reset the timer rather than create a new alarm.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
ryon Newbie
Joined: 30 Apr 2006 Posts: 2
|
Posted: Sun Apr 30, 2006 11:01 pm |
thx for your reply..
i want to do something like..
e;act1;#wa 10000;e;act2;#wa 10000;e;act3;#wa 10000;e;act4;#wa 10000;....
but maybe in act2.. i got some problem, so i want quickly goto next act...
and after act3 i will still wait 10000 again...
in this case. can use the alarm? how to do?
i find a way to fix is #abort, but i put #abort in trigger.. it can't work.. i don't know why.. |
|
|
|
|
|