Item Spawner: In Verse, "On Item Picked Up" is there a way to know how many items have been picked up?

Also, is there a way to stop items from stacking into piles? I’m trying to get something to happen every time an item is picked up, but if more of them spawn too close, they stack, and the Pick Up event only triggers once… I can’t find a way to know the quantity or to stop them from stacking…

If you don’t need a great amount of Item Spawners in your game (they start to malfunction when theres more than 80 of them)

you could use a cluster of item spawners to spawn single items each far enough apart to not cluster, or toss them in different directions.
This way all items would get a pick up event.

1 Like