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!
Sorry for crappy english but thought it was written so, hmm how should i say, you know, when somethings happens over and over and over, i want the footmans to change color "over time" like: green (wait 3 seconds) red (wait 3 seconds) blue. And so on
Well there is no way to get a unit's color as far as I know. You can only set it. When you set the unit's color set a variable too.
Every 3 seconds
if UnitColorVariable == red then
set Footman's color to blue.
set UnitColorVariable to blue.
if UnitColorVariable == blue then
set Footman's color to green
set UnitColorVariable to green
if UnitColorVariable == green then
set Footman's color to red
set UnitColorVariable to red
I didn't put [ trigger] [/trigger] brackets because I wasn't writing a code. I don't think anyone would misunderstood what I was trying to say and yes, you have to put else there but I was hoping that anyone would notice that since it's self-explanatory.
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.