Booleans YAY Posted March 28, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...
The Undefeated Posted March 28, 2017 Share Posted March 28, 2017 Step 12. Quote Link to comment Share on other sites More sharing options...
Deceiver Posted March 28, 2017 Share Posted March 28, 2017 (edited) private boolean cookAll() { return ctx.getWidgets().get(307, 2).interact("Cook All"); } Edited March 28, 2017 by raijin Quote Link to comment Share on other sites More sharing options...
Stimpack Posted March 28, 2017 Share Posted March 28, 2017 find the widget then widget.interact("Make All") Quote Link to comment Share on other sites More sharing options...