Function SleepUntil(what);
Posted: Fri Mar 24, 2006 9:24 pm
I wanted to try and make or see if there's a way I can Sleep/Pause a script until an action happends. something like; example.
Maybe,
While( Who.dead )
Sleep( 1 );
Endwhile
I'm guessing? Haven't tested that.
Honestly, I have NO CLUE where I'd start for something like that.SleepUntil( !Who.dead );
Maybe,
While( Who.dead )
Sleep( 1 );
Endwhile
I'm guessing? Haven't tested that.