{Solved] Mass drop items

Hello,

In my game I’ve created enemies that drop items when they’re dead,
if I kill them one at a time, the code works properly, but if I kill them at the same time just one of them
drops the item.

How do I make all of them drop their items at death?

Coin drop:

1 Like

It sounds like in your event for the item to drop you’ll need to put a repeat for each instance of enemy

1 Like

Thank you so much, worked perfectly!

event:

3 Likes