How to limit total stack amount ?

filod

Member
let's say, i have multiple ItemConnections like this:
1712591000602.png

my main inventory grid size is 8*4 =32, so i would like to restrict some of my Collections total stack amount limit to be 32, how can i achive this ?
 
This is done in the ItemRestrictionSetObject.
In your screen shot I see you already have one called "PlayerItemRestrictionSet".

One of the restrictions allows you to specify how many stacks you are allowed to have in a item collection.
You can also use the DynamicInventorySize component:
It does what you need and a lot more
 
Top