ComWalk
From Original War Support Wiki
SAIL Functions/c -> ComWalk
Contents |
Description
Function ComWalk orders unit (soldier) to stand up (when he/she is crawling).
Function exists also as AddComWalk, which adds command to queue of orders.
There is a possibility to order more units using one ComWalk function.
Template
ComWalk(units:plist)
units - list of units, which have to stand up.
Usage
ComWalk(unit); ComWalk([unit1]^[unit2]^[unit3]);