May 29, 20178 yr When opening the grand exchange like so, its just flickering and opening then closing then opening again Code I am using: NPC grand = getNpcs().closest("Grand Exchange Clerk"); if (grand != null) { grand.interact("Exchange"); }
May 29, 20178 yr Make sure u Check if grand exhacnge Widget it open. Right now you do this 1. IS NPC For GrandExchange On Screen? 2. Yes? OPEN Grand Exchange. 3. Repeats. Check Again IF NPC is on Screen. U need to add a Check to make sure && !grandexchange isnt opened
Create an account or sign in to comment