doFSM
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Orders a unit to process command defined by FSM file (silently).
Syntax
- Syntax:
- Unit(s) doFSM ["file.fsm", Position, target]
- file.fsm: String
- Position (Array)
- target: Object
- Return Value:
- p1Unit(s)
Examples
- Example 1:
_soldierOne doFSM' ["move.fsm", position player, player]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- Nothing
Notes
Notes
Notes
- Posted on August 23, 2007 - 08:36
- Str
- Values passed to FSM file are _units, _destination and _target

