krypt1c 3 Share 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! Link to comment Share on other sites More sharing options...
Pandemic 2426 Share Posted February 20, 2021 Check out Dialogues#chooseOption krypt1c 1 Link to comment Share on other sites More sharing options...
krypt1c 3 Author Share Posted February 20, 2021 2 hours ago, Pandemic said: Check out Dialogues#chooseOption Will do, thank you so much! Pandemic 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now