beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { SetNumLives(1); ExcTargetType(0xffffffff); //IncTargetType(0x2); SetFollowWaypoint(121,0,0); SetFollowRange(50); EndFrame(); goto Start; } EndFrame(); goto Wait; label Start: if (UnitInArea (7785,-6251,70)) { SetGlobalVar(7,GetGlobalVar(7) + 1); DespawnUnit(); EndFrame(); goto End; } EndFrame(); goto Start; label End: EndFrame(); goto End; endscript; $