A
ADNORM
Guest
I am creating a map in which individual units are not given their own orders, but instead recieve the same orders that leaders of their group are given. The "follower" units naturally have locust. So far I have something like this:
Can someone fill in the blank for me?
I cant find out how to give the same order to the footmen near the captain
that the captain has because my only choices are to issue an order targeting a point/unit/destructible.
Is there a universal type of order?
Code:
Footman Captain
Events
Unit - A unit Is issued an order with no target
Unit - A unit Is issued an order targeting a point
Unit - A unit Is issued an order targeting an object
Conditions
(Unit type of (Ordered unit)) Equal to Captain
Actions
Unit Group - Pick every unit in (units within 1000 of (position of ordered unit matching (((Owner of (Matching Unit)) Equal to (Owner of (Ordered Unit)) and (Unit type of (Matching Unit)) Equal to Footman)) and do Actions
Loop
<more actions go here>
Can someone fill in the blank for me?
I cant find out how to give the same order to the footmen near the captain
that the captain has because my only choices are to issue an order targeting a point/unit/destructible.
Is there a universal type of order?


