I'd like to know the best way to force items to stay into the player's inventory. In fact, I just want to forbid the dropping and switching to another container. I saw that OnContainerChanged() had some difficulties with stacked items, so I assume it's not a good solution.
However, the player should be able to sell and craft his items, and they would be removed normally.
Is it even possible... ?
Thanks!