I tried to do a custom Inventory based on the default one for my project, but ran into this problem:
My unit has the inventory ability with 2 containers: inventory and equip.
The problem is that you can move items into container 1 (inventory), but can't move items into container 2 (equip) with triggers, while everything works fine with default drag & drop.
So, I created 2 debugging triggers, one for searching all items in the inventory, and one to move one item through both of them.
As the search before shows, the item can be put into slot 22,23 and 24 of container 2, it normally shouldn't give an error by moving?
Here's a picture of what doesn't work, the right one is the inventory and the left one the equip.
So, as I can't find anything wrong, I guess it's some strange bug?
Anyone has an Idea how to solve this?
My unit has the inventory ability with 2 containers: inventory and equip.
The problem is that you can move items into container 1 (inventory), but can't move items into container 2 (equip) with triggers, while everything works fine with default drag & drop.
So, I created 2 debugging triggers, one for searching all items in the inventory, and one to move one item through both of them.





As the search before shows, the item can be put into slot 22,23 and 24 of container 2, it normally shouldn't give an error by moving?
Here's a picture of what doesn't work, the right one is the inventory and the left one the equip.

So, as I can't find anything wrong, I guess it's some strange bug?
Anyone has an Idea how to solve this?
Last edited: