doMove – Talk
Categories:
(Created page with "For domove to function on vehicles, the vehicle must be called on by name. Addressing the crew does not work. '''Works:''' _myVehicle doMove (_myDestination); '''Do not work...") |
No edit summary |
||
Line 1: | Line 1: | ||
For | For doMove to function on vehicles, the vehicle must be called on by name. Addressing the crew does not work. | ||
'''Works:''' | '''Works:''' |
Latest revision as of 11:51, 16 December 2015
For doMove to function on vehicles, the vehicle must be called on by name. Addressing the crew does not work.
Works: _myVehicle doMove (_myDestination);
Do not work: _myGunner doMove (_myDestination); _myDriver doMove (_myDestination); _myCommander doMove (_myDestination);