upstart_j 0 Share Posted September 10, 2022 I have written a script that uses Inventory.get() and Item.interact(), but the script doesn't work properly if the user forgets to open the inventory before running it. When Item.interact() is called, I see the mouse cursor moving to where the item would be in the inventory, but if the inventory is not open, this has no effect. Link to comment Share on other sites More sharing options...
Hashtag 8818 Share Posted September 10, 2022 Either use Inventory#interact or Tabs.open(Tab.INVENTORY) && item#interact. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.