1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Script not unselecting item

Discussion in 'Developer Support' started by an0nimo, Apr 7, 2021.

  1. an0nimo

    Joined:
    Mar 29, 2021
    Messages:
    3
    Likes Received:
    0
    Im using the following script bot 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();
    }

     
  2. Best Answer:
    Post #3 by Cloud, Apr 10, 2021
  3. zylice

    Joined:
    Jan 25, 2017
    Messages:
    72
    Likes Received:
    9
    i think the bot is having issues after the update this morning. i'm having issues with a lot of other bots too.
     
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    This was discussed and addressed in the development channel on slack.
     

Share This Page

Loading...