beginscript; SelectWeapons(0,0,0); ExcTargetType(0x1); label run1: if (PlayerInArea(-7907,-5651,1000)) { SelectWeapons(1,0,0); IncludeUTarget (0x6c01); EndFrame(); goto End; } EndFrame(); goto run1; label End: EndFrame(); goto End; endscript; $