doMove – Talk
Jump to navigation
Jump to search
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);