beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { SetFollowRange(200); ExcTargetType(0x1); IncTargetType(0x2); IncludeGTarget (2); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $