Quote:
Originally posted by draygin
This is what I have so far.
if (playerenters) {toweapons hellwarp;}
if (timeout=.5&&client.hp=0){setlevel2 underworld.nw,30,30;}
|
HEY BUDDY! YOUR FORGOT YOUR 2nd timeout! this should work...
NPC Code:
if (playerenters) {toweapons hellwarp;timeout=0.05;}
if (timeout&&client.hp=0){setlevel2 underworld.nw,30,30;timeout=0.05;}