I assume you have unit X and want it to move against point Y?
The basic concept to move a unit is Unit - Order (Triggering unit) to ( Move targeting (Center of TargetRegion)) (Replace Existing Orders)
And to pick a unit in a region and issue order I would use:
Unit Group - Pick each unit in (Any units in Region owned by player Any Player matching Excluded: Missile, Dead, Hidden, with at most Any Amount) and do (Actions)
Actions
Unit - Order (Picked unit) to (Move targeting (Center of Region)) (Replace Existing Orders)
Now, for the latter one, it will move all units in a region to center of chosen region. You can specify a certain player here aswell so that it doesnt move both the enemies and your units for example.
Note, to change from the default order which is without a target point, click the red ( (marked above in Unit - Order action) and change to Order Targeting Point.
Reply with a little more details if I misinterpreted you. :)
I assume you have unit X and want it to move against point Y?
The basic concept to move a unit is Unit - Order (Triggering unit) to ( Move targeting (Center of TargetRegion)) (Replace Existing Orders)
And to pick a unit in a region and issue order I would use:
Unit Group - Pick each unit in (Any units in Region owned by player Any Player matching Excluded: Missile, Dead, Hidden, with at most Any Amount) and do (Actions)
Actions
Unit - Order (Picked unit) to ( Move targeting (Center of Region)) (Replace Existing Orders)
Now, for the latter one, it will move all units in a region to center of chosen region. You can specify a certain player here aswell so that it doesnt move both the enemies and your units for example.
Note, to change from the default order which is without a target point, click the red ( (marked above in Unit - Order action) and change to Order Targeting Point.
Reply with a little more details if I misinterpreted you. :)