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