beginscript; SelectWeapons (0,1,0); ExcludeGTarget (1); IncludeUTarget (0x6c01); label uberoff: if (GetGlobalVar(2) == 1) { SelectWeapons (1,0,0); ExcludeGTarget (1); IncludeUTarget (0x6c01); EndFrame(); goto End; } EndFrame(); goto uberoff; label End: EndFrame(); goto End; endscript; $