June 3, 20232 yr 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, 20232 yr by BackToRS
June 3, 20232 yr just read this tutorial and change the example code at the end to fit whatever you want to interact with
June 3, 20232 yr Author 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
June 3, 20232 yr Only need inventory.isFull(), inventory.drop and RS2Object.closest("tree") for powerchopper
June 3, 20232 yr 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...
Create an account or sign in to comment