beginscript; label check: if (GetState()!=0) { EndFrame(); goto plain; } EndFrame(); goto check; label plain: { ExcTargetType(0x1); SelectWeapons(1,0,0); // ExcludeGTarget (1); IncludeUTarget (0x6c01); } label End: EndFrame(); goto End; endscript; $