phony Posted May 29, 2017 Posted May 29, 2017 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"); }
JamesJohn01470 Posted May 29, 2017 Posted May 29, 2017 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