Jack Posted July 31, 2013 Posted July 31, 2013 This is really just for new scripters List<NPC> myList = client.getLocalNPCs(); String[] npcsInArea = {}; for(int i=0;i<myList.size();i++) { if(myList.get(i)!=null) { npcsInArea[i] = myList.get(i).toString(); } }
hero3128 Posted August 1, 2013 Posted August 1, 2013 What's the point of returning npc names? It could also be used for an "All in one" AutoFighter 1