phony Posted May 29, 2017 Share 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"); } Quote Link to comment Share on other sites More sharing options...
JamesJohn01470 Posted May 29, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...
Chris Posted May 29, 2017 Share Posted May 29, 2017 getGE().isOpen(); Quote Link to comment Share on other sites More sharing options...