doMove – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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);