hightPointTarget.add("hadopi",gps.getlocationOf(hadopiX,hadopiY)); ... foreach(hightPointTarget as target) if(gps.getDistanceInYard(drone.location,target.location) < 50) { megaBoomOn(target.location); drone.radio.sendUnCrypt(target.name." defaced by ".hacker.name); }