doMove
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Order the given unit(s) to move to the given position (without radio messages).
Syntax
Examples
- Example 1:
_soldier1 doMove (position officer)
- Example 2:
this doMove (getMarkerPos "Marker1")
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- commandMove
Notes
Notes
Notes
- Posted on February 9, 2008
- Kronzky
- If doMove is to be used in conjunction with waypoint behavior commands (e.g. setSpeedMode), then those have to be issued after the move command to have an effect. Otherwise the move will be done with the default settings.

