Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. defa1t

    Question Where am I going wrong?

    I'm making a cooking bot, trying to make it use raw monks on a clay oven and then cook them all System.out.println("We found a clay oven"); GameObject clayOven = query.nearest(); System.out.println("Trying to use our monkfish on the oven"); SpriteItem rawMonks = Inventory.newQuery().names("Raw...
Top