BackToRS Posted June 3, 2023 Share 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 Quote Link to comment Share on other sites More sharing options...
ez11 Posted June 3, 2023 Share 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 Quote Link to comment Share on other sites More sharing options...
BackToRS Posted June 3, 2023 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Czar Posted June 3, 2023 Share Posted June 3, 2023 Only need inventory.isFull(), inventory.drop and RS2Object.closest("tree") for powerchopper Quote Link to comment Share on other sites More sharing options...
Delivery Posted June 3, 2023 Share 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... Quote Link to comment Share on other sites More sharing options...