So I have this little trigger here:
For each integer 1 to X.
- Create Unit
- Do stuff with Last Created Unit
- Wait a few seconds.
Will this Waiting function combined with Last-Created-Unit function eventaully interfere with other Unit Creating Triggers?
I've been warned about using Wait triggers this way. Would it be better if I create all the units beforehand in one instance/frame?
I hope I've explained it well enough. Otherwise, please ask me to try again
Thanks a lot in advance.
For each integer 1 to X.
- Create Unit
- Do stuff with Last Created Unit
- Wait a few seconds.
Will this Waiting function combined with Last-Created-Unit function eventaully interfere with other Unit Creating Triggers?
I've been warned about using Wait triggers this way. Would it be better if I create all the units beforehand in one instance/frame?
I hope I've explained it well enough. Otherwise, please ask me to try again
Thanks a lot in advance.