Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • how do I make my bot combine all tomatoes with pizza base?


    krypt1c

    Recommended Posts

    Posted
    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!

    Posted
    2 hours ago, Pandemic said:

    Check out Dialogues#chooseOption :)

    Will do, thank you so much!

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.