BackToRS Posted June 3, 2023 Posted June 3, 2023 (edited) Would it be possible to create a powerchopper using just: https://osbot.org/api/org/osbot/rs07/api/Inventory.html https://osbot.org/api/org/osbot/rs07/api/ui/Option.html Reason i only want to use these 2 classes is because its my first script and i want to keep it simple This is not meant for release or anything; just experience Edited June 3, 2023 by BackToRS 1
ez11 Posted June 3, 2023 Posted June 3, 2023 just read this tutorial and change the example code at the end to fit whatever you want to interact with 2
BackToRS Posted June 3, 2023 Author Posted June 3, 2023 1 hour ago, ez11 said: just read this tutorial and change the example code at the end to fit whatever you want to interact with Alright thanks
Czar Posted June 3, 2023 Posted June 3, 2023 Only need inventory.isFull(), inventory.drop and RS2Object.closest("tree") for powerchopper
Delivery Posted June 3, 2023 Posted June 3, 2023 4 hours ago, Czar said: Only need inventory.isFull(), inventory.drop and RS2Object.closest("tree") for powerchopper might also want getInventory.contains("Bronze axe") || getEquipment...