How to make an entity spawn if you dropped an item in the region


How to make it?

3 Likes

Use the trigger ‘when a unit drops an item’ and check if the item is in the region using ‘region overlaps with region’ like this:

3 Likes

What about an item with quantity that summons entites when you dropped it

1 Like

That should be the same thing. Can you not use the same script for that as the one I posted before?

2 Likes