Booleans YAY Posted March 28, 2017 Posted March 28, 2017 (edited) So for the cooking amount option list i'm assuming it's a widget based function, right in my current case i'm making a clay softener. Is there a way to detect the widgets or selecting the proper option to continue? Edited March 28, 2017 by Booleans YAY
Deceiver Posted March 28, 2017 Posted March 28, 2017 (edited) private boolean cookAll() { return ctx.getWidgets().get(307, 2).interact("Cook All"); } Edited March 28, 2017 by raijin
Stimpack Posted March 28, 2017 Posted March 28, 2017 find the widget then widget.interact("Make All")