beginscript; label check1: if (Triggered()) { SetFollowWaypoint(38,0,0); WaitForTime(80); ExcTargetType(0x1); IncTargetType(0x2); SelectWeapons(1,0,0); IncludeGTarget (3); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $