Hello guys, Im having a doubt, i need to create a inventory based in array. i Have two array and i would like that these arrays can do interactions with both; like
ArrayUsed can move item to ArrayInventory;
ArrayInventory Can move item to ArrayUsed;
one of them are Inventory Used; sounds like when the item are equiped;
and Inventory; sound like when you catch in of the ground;
Example like im doing
I try to did, but where i try to put item in one, the other clone the same item, where's an example like i did my code;
i.imgur.com/lhpjeQU.png
i.imgur.com/t7xJAQO.png
i.imgur.com/Q6lVD8n.png
i.imgur.com/RPyCUHV.png
i.imgur.com/Ztjj2Fm.png
Thanks;