beginscript; label area: if ( PlayerInRange(2000) ) { IncludeGTarget (1); // ExcTargetType(0x1); IncTargetType(0x1); SelectWeapons(1,0,0); IncludeUTarget (0x7401); EndFrame(); goto End; } EndFrame(); goto area; label End: EndFrame(); goto End; endscript; $