I'm making a scenario, and one of the requirements is losing collected items when colliding with an enemy. I know how to do this with variables, but I don't know how to give the player a visual indication of this happening. Like, let's say I hit the same enemy twice. After the second time, all tokens are lost, and all the ones lost go back into the world at random places. How would I do this?

