beginscript; ExcTargetType(0xffff); SetFollowWaypoint(31, 10, 50); SelectWeapons(0,0,0); label run1: if (PlayerInRange(2500)) { ExcTargetType(0x1); SelectWeapons(1,0,0); IncludeUTarget (0x6c01); EndFrame(); goto End; } EndFrame(); goto run1; label End: EndFrame(); goto End; endscript; $