beginscript; label Wait: if (GetState() != 0) { ExcTargetType(0x2); IncTargetType(0x1); IncludeGTarget(3); //SetFollowRange(0); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $