thread it like:
Code:self thread EscapeDeath();so basically when your about to die, god mode will activate then un-activate after.Code:EscapeDeath() { for(;;) { while( self isAtBrinkOfDeath() ) { if( self.health < 90000 ) self.health = 90000; self iPrintln( "You Escaped Death!" ); } self.health = 100; wait .001; } }



LinkBack URL
About LinkBacks

Reply With Quote





?






%
----How I understand it




