hey, I'm trying to do it but I have a problem
My array has 5 width,2 Height,1 depth
X = itens
Y= amounts.
So, If I have 5 apples, it's ID would be, for an example, in index(0,0) and it's amount in index(0,1).
The amounts will be right below of each item.
But how can I stop to adding apples to all slots, since it's 0 by default?
and how can I add +1 to amount everytime I "add" a new apple to that slot?