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 want to make that if a unit enters a region a unit of that kind appears somewhere every ten seconds. ive done everything but the 10 seconds. i just dont find where to do that. anyone help?
Event
Unit Enters <Region 1>
Condition
Unit-type of Entering unit is equal to X
Actions
Set Unit = Entering Unit (Create a variable unit with type unit)
Set UnitPosition = Position of (Entering Unit) (Create a variable with type Point)
Trigger on <Enter act>
------------------------------
Event
Time - Every 10 seconds of game time.
Condition
Actions
[Just find the one similar to this, I don't have WE here]
Create 1 Unit-Type of Unit in UnitPosition facing default facing degrees.
call RemoveLocation(udg_UnitPosition)
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.