Jump to content

Lesser Fanatic

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lesser Fanatic's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. you mean this? if (getInventory().isFull()){ getInventory().dropAllExcept("Fly fishing rod" , "Feather"); log("Dropping Inventory"); } does not work. This one also does not work: if (getInventory().isFull()){ getInventory().drop("Raw salmon" , "Raw trout"); log("Dropping Inventory"); }
  2. So im trying to write my first fishing script, but dropping methods (any of them ) i can think of does not work, also tried to run unoffical script, dropping also does not work on that. I put log code to see if the "if" statement works. The logger prints "Dropping Inventory" but dropping does not happen. my drop code is : if (getInventory().isFull()){ getInventory().dropAll("Raw salmon" , "Raw trout") log("Dropping Inventory"); } the unoffical script i tried : https://osbot.org/forum/topic/141906-simplefisherman-effortless-1-99-fishing-open-source/ Any kind of help appreciated.
×
×
  • Create New...