beginscript; SelectWeapons(0,0,0); label run1: if (PlayerInArea(2718, 7547, 2000)) { ExcTargetType(0x1); SelectWeapons(1,0,0); IncludeGTarget(7); EndFrame(); goto End; } EndFrame(); goto run1; label End: EndFrame(); goto End; endscript; $