Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I have not created the trigger yet, I'm asking how i can stop a loop if I achieve what I wanted during. It could happen on first loop and if it does, i want it to stop. It could go all 8 times and not hit the conditions.
Pick units loops of GUI behave differently in reality. They are not doing a formal loop through the units, they actually will do a ForGroup() into a separate function, and that function is called for each unit in the group. That's why an exitwhen won't work. (it might actually give an error)
For pick unit loops, you would just use an if-then-else condition before performing any actions if you need to prevent any actions from that point on.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.