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