Hello everyone,
I want to create a differently categorized inventory system in the style of Witcher 3. I want the item to be added to the inventory specific to that type based on the type of item received (like the Apple item being added to the Inventory_Foods array). So I select an inventory array based on item type using the select node. Then, I use the set array element node to ensure that it is added to the appropriate slot. But it doesn’t work. If I connect an inventory array directly without using the select node, it works, but it does not work with the select node.
Sorry for my bad English. Thanks for your replies.
Here’s the working code (when I’m not using the Select node).