(Solved) When I throw an item out of inventory, it doesn't show up on the map

Hello, I need some advice.

I created an inventory system. It works, but there is a small problem.
When I drop an item from the inventory, the item doesn’t show up on the map. The item is there because I can pick it again in the inventory. However, that item is invisible.

Any ideas where the error could be?

Sory fom my bad english and thanks for any advice. :-).

I’m assuming the items are placed on the map with these events:

In which case, the problem could be that the items are still on the GUI layer, and not a playing layer. Change the item layer to be the same as the player, and it should work.

Ok solved. I put unstick items in the action. It works. :slight_smile: