Bale
Minion
That was a perfect example of me being stupid. I've fixed the problem and updated the first post.Bale, I've come across a bug. When trying to set the mall pricing to 999,999,999 meat, it doesn't save that setting the next time I enter the configure script tab. When running the script it does the auto pricing no matter what I choose in the settings.
But it's an awesome script. I love it. It's made me get rid of all my spreadsheets I've previously used to organize my inventory. I'm about 40% the way through my 2000 items, but it's already got me over 1.5 million in autosells that i never thought about autoselling until the script made me categorize these worthless things.
Wow. I love your testimonial!
Now I'm surprised that doing item_name(value.mix1) worked when value.mix1 was an item, since item_name() was defined as:
...
Is this just me re-discovering fire? I guess this is why you can use print() on anything, but I assumed something was happening in print() and wouldn't work for any function taking a string as input.
Nope. Not just you. That was a bug in my code, pure and simple. When I went in to fix this problem I was just as shocked as you to see that it worked at all!
All functions in ash that accept strings seem to implicitly convert to strings.
It figures that Alhifar knew about that!