playMove
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:
- When used on person, smooth transition to given move will be done.
Syntax
Examples
- Example 1:
soldierOne playMove "Stand"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- List of moves in Armed Assault
List of moves in Operation Flashpoint: Resistance
Notes
Notes
Notes
-
For an immediate transition use switchMove. This command must be executed after mission start. If you place it into init.sqs or in the Init field of some unit, it will not work. Just add a little delay (~0.001) and then place the command.

