Hi guys, I need a help with my inventory system
Look at the below image as an example
My inventory system is like this and I use arrays in my project and the code is just like the inventory example in construct 3 start page
In my game there are many chests with items which I want the player loot them
my question is:
should I use separate arrays for each chest in order to store the item IDs and other data (is this efficient way or not?) or that's better to use another method?
THX