elliottdehn Posted April 26, 2015 Share Posted April 26, 2015 I'm having trouble figuring out how to navigate interfaces without script.interfaces Quote Link to comment Share on other sites More sharing options...
Botre Posted April 26, 2015 Share Posted April 26, 2015 getWidgets() 1 Quote Link to comment Share on other sites More sharing options...
elliottdehn Posted April 26, 2015 Author Share Posted April 26, 2015 Okay so I'm trying to unnote an item by using it on the bank. The method uses the item on the bank then attempts to click "yes" using while (script.getWidgets().isVisible(219, 0)) { script.getWidgets().interact(219, 0, 1, "Continue"); this.waitTime(700); } but the program seemingly randomly clicks on other interfaces in 219 or simply doesn't click and behaves erratically. any help? Quote Link to comment Share on other sites More sharing options...
Precise Posted April 26, 2015 Share Posted April 26, 2015 Okay so I'm trying to unnote an item by using it on the bank. The method uses the item on the bank then attempts to click "yes" using while (script.getWidgets().isVisible(219, 0)) { script.getWidgets().interact(219, 0, 1, "Continue"); this.waitTime(700); } but the program seemingly randomly clicks on other interfaces in 219 or simply doesn't click and behaves erratically. any help? dont use a while loop 1 Quote Link to comment Share on other sites More sharing options...
elliottdehn Posted April 26, 2015 Author Share Posted April 26, 2015 Out of curiosity do you know how to make the bot press keyboard keys to more easily navigate dialogue? Quote Link to comment Share on other sites More sharing options...
Tom Posted April 26, 2015 Share Posted April 26, 2015 Out of curiosity do you know how to make the bot press keyboard keys to more easily navigate dialogue? I think it does automatically now Quote Link to comment Share on other sites More sharing options...