Jump to content

karijuana

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

karijuana's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. I realize this now, thanks for the advice as it's my first time bot scripting. I need to sleep after each action as well.
  2. I'm trying to empty a players inventory into the bank then continue the script, but the above two lines do nothing without error. if (!inventory.isEmpty()) { //banks if anything in inventory map.walk([sample coords]); //walk to bank bankbooth.interact("Bank"); //open bank bank.depositAll(); //empty inventory into bank bank.close(); //close bank window }
×
×
  • Create New...