Hi everyone, I've created some triggers to spawn zealots: when a probe reaches a location, it should repeatedly spawn zealots nearby. When there's only one trigger, there are no issues. However, when multiple triggers are active, most only spawn units occasionally, with only one trigger working correctly. What should I do?
Edit: I used Hyper Triggers but it didn't help.
Post has been edited 1 time(s), last time on Jan 11 2026, 7:42 am by Zergxhx.
None.

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch
It would help if you posted what these triggers do, but my guess is on
wait blocks.
tl;dr multiple waits running at the same time means only the first trigger runs normally. Prevent it by using
death counters to do your timings.
I think you could use a different location for every single spawn trigger and in order to avoid them showing an error message for not having space to create the units add as a condition that the location in question is empty, in case you want to use the same location multiple times to spawn units.
None.
It would help if you posted what these triggers do, but my guess is on
wait blocks.
tl;dr multiple waits running at the same time means only the first trigger runs normally. Prevent it by using
death counters to do your timings.
It would help if you posted what these triggers do, but my guess is on
wait blocks.
tl;dr multiple waits running at the same time means only the first trigger runs normally. Prevent it by using
death counters to do your timings.
Thank you. I believe I encountered wait blocks. I'll try using death counters in the future
None.