• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] Need help-->How to do multiple unit actions without problem

Status
Not open for further replies.
Level 10
Joined
Jul 16, 2012
Messages
410
Hello,im working on a cinematic map with a war(battle scene) where im using lots of units,the problem is well how do i do the multiple unit orders to attack,i try to do it myself but sometimes it doesnt work,sometimes most units move yet some stay still,and yet only few recieve the command.
I beg you guys coud you show me or tell me here on hive how do i do it the right way?:goblin_cry:
 
Level 20
Joined
Aug 13, 2013
Messages
1,696
^ I tested that in ordering a Unit Group order from region and only 12 units gets the order. So the solution is must pick every unit in a region then action than immediately ordering it.

This can handle only 12 units in the playable map area:
  • Unit Group - Order (Units in (Playable map area)) to Move To (Center of (Playable map area))
So the best solution is create a group variable then you must use this:
  • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
    • Loop - Actions
So it looping through all the units for every order that it does than Ordering it not in the loop.
 
Status
Not open for further replies.
Top