krypt1c 3 Posted February 20, 2021 public void makeUncookedPizza() { if(Inventory.interact("Tomato", "Use")) { if(Inventory.slotInteract(1, "Use")) { } } } Hey guys, I'm in a little bit of a pickle here. Once the bot uses the tomato on the pizza base, runescape asks how many tomatoes the bot wants to use (1, 5, 10, all) but I have no idea how to make it so the bot chooses all I checked everywhere in the documentation and I can't find something that works for me if somebody could help me, that would be great!
krypt1c 3 Author Posted February 20, 2021 2 hours ago, Pandemic said: Check out Dialogues#chooseOption Will do, thank you so much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.