- Joined
- Jul 12, 2021
- Messages
- 97
Hi. I want to spawn units in a random point from at least 800 of distance from any other units. I'm having some trouble doing this. I tried assigning a random point in world map to a variable, then pick every unit within 800 of distance of the point, and the if there was no unit in range, to create the desired unit. The problem was that the actions for this type of triggers are executed once per unit. So, if the group has no units, the actions aren't executed.