beginscript; label Start: if(GetState() != 0 && UnitDead() != 1) { ExcTargetType(0x2); IncludeGTarget(1); EndFrame(); goto Dead; } EndFrame(); goto Start; label Dead: if (UnitDead()) { EndFrame(); goto Start; } EndFrame(); goto Dead; label End: EndFrame(); goto End; endscript; $