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