Jack Posted July 31, 2013 Share 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(); } } Link to comment Share on other sites More sharing options...
Mr Asshole Posted July 31, 2013 Share Posted July 31, 2013 What's the point of returning npc names? Link to comment Share on other sites More sharing options...
naughtyminingbot Posted July 31, 2013 Share Posted July 31, 2013 Exarticus Maybe to no your in right area? Link to comment Share on other sites More sharing options...
hero3128 Posted August 1, 2013 Share Posted August 1, 2013 What's the point of returning npc names? It could also be used for an "All in one" AutoFighter 1 Link to comment Share on other sites More sharing options...