- Joined
- Feb 22, 2012
- Messages
- 74
Does War3 run on a single thread? Meaning nothing ever happens simultaneously?
If I have a trigger that, in the middle of it, does "run trigger, ignore conditions" on another trigger, is the second trigger's actions all executed before the next action in the first trigger?
So the application would be, could I set a global variable in trigger #1, run trigger #2's actions from trigger #1, and use that global in trigger #2 with no concern that it could be overwritten by a third trigger executing between the two triggers, as long as there are no "wait" actions in either one?
If I have a trigger that, in the middle of it, does "run trigger, ignore conditions" on another trigger, is the second trigger's actions all executed before the next action in the first trigger?
So the application would be, could I set a global variable in trigger #1, run trigger #2's actions from trigger #1, and use that global in trigger #2 with no concern that it could be overwritten by a third trigger executing between the two triggers, as long as there are no "wait" actions in either one?