ukhoppa Posted July 29, 2018 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"); } } } }