Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I bought this plugin, it's ALMOST perfect for my game, but I may be doing something wrong. So,

- I'd like to disable auto-restock and only do it via plugin command when a certain point of my game is reached 

- I set the default stock maximum to 5

But if I use a plugin command to add, say, 10 items, it will go above the stock maximum! Is there a way to control this?

Thank you

I know I'm a bit late on this one, but 1.09 fixes the bug where adding items can go above the stock max. You can also set the restock timer programmatically later on by modifying TLB.Param.LSS.defaultRestockTime, but I'll look at adding a plugin command for this for 1.10.

Thanks!