beginscript; label check1: if (Triggered()) { SetFollowWaypoint(64,0,0); // SetFollowRange(100); SelectWeapons(1,0,0); ExcTargetType(0x1); // IncTargetType(0x2); // IncludeUTarget (0x7847); // was 45 EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $