beginscript; label Wait: if (GetState() != 0) { //WaitForTime(10); ExcTargetType(0xffffffff); //SetFollowRange(0); DisableAvoidanceTurn (1); EndFrame(); goto Retarget; } EndFrame(); goto Wait; label Retarget: if (GetFollowMode() == 3) { DisableAvoidanceTurn (0); IncTargetType(0xffffffff); ExcTargetType(0x2); IncTargetType(0x1); IncludeUTarget(0x7401); SetFollowRange(1000); BreakWptsOnAttack(); EndFrame(); goto End; } EndFrame(); goto Retarget; label End: EndFrame(); goto End; endscript; $