beginscript; label wait: if (GetState()!=0) { EndFrame(); goto Start; } EndFrame(); goto wait; label Start: SelectWeapons(1,0,0); TargetFires(1); label End: EndFrame(); goto End; endscript; $