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!
Well that sucks, might ruin my Until Loop. I Basicly maid a Loop Infinate amount of times until a event happens with Count down timers. Hopefully i can make it Leek free and still keep the effects.
Edit - Oh What Luck, no leek and Still works. Gota love Infonate loop triggers with varying times that can cancel on an event If anyone wants to know how to do it in GUI just ask and ill post.
You mean a Countdown Timer that starts again when it stops, with a duration set by an Integer variable, and other Events set to Pause it whenever you like?
How is it a Leak when you Destroy last Count Down Timer?
Edit- Oh nm you were correcting spelling. Thats a full time job with me. ToolBox do you know how to Make a Unit Varible that is All Units that are alive.
Hes Right, Just Make a Timer on Event, at the end of the time have it start another timer and begging of that Timer do Destory Last created Timer to get rid of leak. And to stop the Infonate Loop Do Destroy Last timer on something that you want to destroy it and it should Destroy the timer while it is in the middle of the Timer Cuasing the loop to stop.
To make a Unit Variable that is All Units Alive? I'm not entirely sure what you're talking about so I have two answers for you.
1) Though most of your use of Actions in the Unit Group section have probably been Pick Every Unit, you can actually create a Unit-Group-Variable, which you can add and subtract units from. If you wanted you could add all Alive units in the map to your Unit Group, and then you would have a "Unit Variable that is All Units that are alive".
2) On the other hand, if you're talking about finding out whether a unit is actually dead or not, there's the Condition Boolean - Unit Classification Check (Unit is Alive) = True. (That's roughly how it goes, sans formatting.) So you can do Pick Every Unit Matching Condition (Boolean - Unit Classification Check (Matching Unit is Alive) = True) And Do...
I figured a way of doing it looking at a Floating Text Damage maker for all units on the map and converting it to what i wanted it for. Im Putting the finishing totches on my Blood System, Squirt blood Faster as your life goes down, and Squirt on attack. Once i get it right ill Copy to another map and Post it on systems.
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.