Welcome!

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

Sign up now!

Resolved Script not unselecting item

Joined
Mar 29, 2021
Messages
3
Im using the following script to unselect items, due to lots of missclicks on dropping.
But its not working, someone would know an alternative to it?

if(Inventory.getSelectedItem()!=null) {
Inventory.getSelectedItem().click();
}
 
Joined
Jan 25, 2017
Messages
72
i think the bot is having issues after the update this morning. i'm having issues with a lot of other bots too.
 
Top