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.
Quote:
SleepUntil( !Who.dead );
Honestly, I have NO CLUE where I'd start for something like that.
Maybe,
While( Who.dead )
Sleep( 1 );
Endwhile
I'm guessing? Haven't tested that.