Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It's under settings...

settings {
   inventory_items_limit_var                                    = 10
   inventory_weight_limit_var                                   = 10
   inventory_worn_items_limit_var                               = 10
}

I'm not understanding where I put that .-.

should be inside settings right?

Correct, except that you can't use an integer. You have to use a reference to an integer variable as described in my post a little further down in this thread.

(1 edit) (+1)

I added a full code snippet to the cookbook.

It may be confusing because the game has a settings section, but each theme has a settings section too. I think your problem is that you are looking in the theme settings, not the game settings. Sorry about that.

I've updated the document, which should prevent this sort of confusion for the future:

https://adventuron.io/docs/tut/#_limiting_items_in_the_inventory_the_amount_of_items_you_can_hold_in_your_hands

(+1)

Good point. I didn't notice that. That's why you're the expert and I'm the newbie.

I'm the obfuscated syntax designer so I better know my way around or we are all doomed ;-)