ukhoppa Posted July 29, 2018 Share Posted July 29, 2018 Bully any stray dog, because we should! void StrayDog() throws InterruptedException { NPC dog = getNpcs().closest("Stray dog"); if (dog != null) { if (dog.isInteracting(myPlayer())) { sleep(random(400, 800)); if(dog.interact("Shoo-away")) { log("[Dog] Shood dog"); } } } } Quote Link to comment Share on other sites More sharing options...
The Plug Posted July 29, 2018 Share Posted July 29, 2018 How bored were you 1 Quote Link to comment Share on other sites More sharing options...