ComMoveUnit
From Original War Support Wiki
SAIL Functions/c -> ComMoveUnit
Description
Function ComMoveUnit orders unit to follow specified unit.
Function exists also as AddComMoveUnit, which adds command to queue of orders.
There is a possibility to order more units using one ComMoveUnit function.
Usage
ComMoveUnit(unit, ident_of_followed_unit); ComMoveUnit([unit1]^[unit2]^[unit3], ident_of_followed_unit); ComMoveUnit([unit1, unit2, unit3], ident_of_followed_unit);