k9thebeast Posted September 14, 2017 Posted September 14, 2017 Could we have a getGrandExchange().abort(Box box); function please? Yes I could write my own but it would be a nice add to the API itself. Thanks, @Alek
Juggles Posted September 14, 2017 Posted September 14, 2017 (edited) widget.interact("Abort"); That's all you need to do it yourself Edited September 14, 2017 by Juggles
k9thebeast Posted September 14, 2017 Author Posted September 14, 2017 7 minutes ago, Juggles said: widget.interact("Abort"); That's all you need to do it yourself As I said, possible to do myself. But I feel like the base GE should have this functionality. Keep in mind there are a lot of .widget interacts to put together and this should be done in a wrapper thats within the API itself.
Juggles Posted September 14, 2017 Posted September 14, 2017 Maybe @Bamboozled can write a method for this 1
sudoinit6 Posted September 15, 2017 Posted September 15, 2017 It's pretty simple, many of my scripts do it. get widget containing text if widget is not null interact abort I mean it would be cool if it were in the API but I figured out a simple way and I don't even JAVA well.