I'm fairly new to writing scripts, but I have prior Java experience and am having a lot of fun with it.
I've been working on a powerfisher just to learn the API and hone my skills, but I've come across a problem... How would one go about changing the order that items are dropped in? For example,
"inventory.dropAll("Raw trout", "Raw salmon");"
goes through your inventory in order from top-left to bottom-right. I feel like this is an unnatural way to drop and would like to switch it up, but I don't know how. I've tried writing my own dropping method by holding shift and clicking through the fish I want to drop, but I can find an efficient way to do it. Any solutions or snippets would be appreciated. Thanks!