k9thebeast Posted September 14, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...
Juggles Posted September 14, 2017 Share Posted September 14, 2017 (edited) widget.interact("Abort"); That's all you need to do it yourself Edited September 14, 2017 by Juggles Quote Link to comment Share on other sites More sharing options...
k9thebeast Posted September 14, 2017 Author Share 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. Quote Link to comment Share on other sites More sharing options...
Juggles Posted September 14, 2017 Share Posted September 14, 2017 Maybe @Bamboozled can write a method for this 1 Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted September 15, 2017 Share 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. Quote Link to comment Share on other sites More sharing options...