beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { SetRespawnTime (150); ExcludeGTarget (2); IncludeGTarget (10); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $