Alright, ive ran into a little problem =/
I wanted to have units controlled by their respective human players but the players cant control them (like move them, attack, etc). Ive tried several different things like change control of the units when u try to give them an order. I also tried to do something like this:
Thx in advance
I wanted to have units controlled by their respective human players but the players cant control them (like move them, attack, etc). Ive tried several different things like change control of the units when u try to give them an order. I also tried to do something like this:
- Unit - A unit Is issued an order targeting an object
- Unit - A unit Is issued an order targeting a point
- Unit - A unit Is issued an order with no target
- Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Issued order) Equal to (Order(stop))
- (Issued order) Equal to (Order(smart))
- (Issued order) Equal to (Order(patrol))
- (Issued order) Equal to (Order(holdposition))
- (Issued order) Equal to (Order(move))
- (Issued order) Equal to (Order(attack))
-
Conditions
-
Actions
- Unit - Order (Ordered unit) to Move To (Center of (Playable map area))
Thx in advance