beginscript; SelectWeapons (1,0,0); ExcludeGTarget (1); IncludeUTarget (0x6c01); label WPStart: if (GetGlobalVar (4) != 4) { EndFrame(); goto WPStart; } SetFollowWaypoint (misswp, 0, 0); label Miss1: if (GetGlobalVar (5) != 1) { EndFrame(); goto Miss1; } SelectWeapons (0,1,0); ReEvaluate (); label End: EndFrame(); goto End; endscript; $