PDA

View Full Version : alternative to "wait" command


Zero
5th August 2002, 14:28
man, i've been scripting for a long time and the ever useful "wait" command always worked until now. in mohaa if you use the wait command(especially if aliased ie w25= 25 waits ect) it will freeze the player for a while. wich.... really sucks ass. so if anyone knows of any good alternative(game doesn't matter, scripting is pretty much generic) it would be appreciated. i've tried some things like using -attack but after having an alias of about 2500 -attacks and no effect..... i just need to find a way to delay a command without using "wait." thx

Zero
7th August 2002, 04:21
hello..? (echo... echo... echo...)

Sno
8th August 2002, 01:39
sorry zero but there is none only waid but you could alias some stuff your self like
alias w wait
or
alias w2 "wait;wait"

Zero
8th August 2002, 09:13
thx but that won't work. see if i alias w5 "wait;wait;wait;wait;wait" and i put it in some other alias like a quick nade..... it freezes the player for a while in mohaa. so... but mohaa has tons of commands i've never seen before so i guess i'll have just try them all and hope i luck out :ermm:

[JAPS]Suicide
10th August 2002, 22:30
you could just do this:

alias w "wait; wait; wait"
alias w2 "w;w;w"
alias w3 "w2;w2;w2"

Hehe w3 long wait.