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.