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!
Unit - Create 20 Rock Golem (Next Wave 4) for Player 12 (Brown) at SouthWave_AttackingPoint facing 90.00 degrees
Unit Group - Order (Units in Marathon 4 <gen>) to Attack-Move To (Center of Castle <gen>)
I created 20 units, and i want all of them to be ordered to move, but the action can move maximum of 12 units. How can I make it moves all of the units?
As far as I know you can't increase the number of units (12) for a grouped movement (units who stay in formation).
You could divide your 20 units into 2 groups of 10.
Unit - Create 10 Rock Golem (Next Wave 4) for Player 12 (Brown) at SouthWave_AttackingPoint facing 90.00 degrees
Set UnitGroup1 = (Units in Marathon 4 <gen>)
Set Point = (Center of Castle <gen>)
Unit Group - Order (UnitGroup1) to Attack-Move To (Point)
Unit - Create 10 Rock Golem (Next Wave 4) for Player 12 (Brown) at SouthWave_AttackingPoint facing 90.00 degrees
Set UnitGroup2 = (Units in Marathon 4 <gen>) matching (matching unit is in UnitGroup1 equal to false)
Unit Group - Order (UnitGroup2) to Attack-Move To (Point)
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.