elliottdehn Posted April 26, 2015 Posted April 26, 2015 I'm having trouble figuring out how to navigate interfaces without script.interfaces
elliottdehn Posted April 26, 2015 Author 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?
Precise Posted April 26, 2015 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
elliottdehn Posted April 26, 2015 Author Posted April 26, 2015 Out of curiosity do you know how to make the bot press keyboard keys to more easily navigate dialogue?
Tom Posted April 26, 2015 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