Hello, i am new to scripting and starting off with a simple chicken killer.
What i have so far is :
Npc npcm = Npcs.newQuery().names(bot.currentTarget).results().nearestTo(Players.getLocal());
But i would like to add a filter on it since its now clicking dying npc's and in combat npc's.
Can...