doFSM: Difference between revisions
Jump to navigation
Jump to search
m (typo) |
mNo edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Object#Unit(s)|Unit(s)]] '''doFSM''' ["file.fsm", [[Position]], target] |= Syntax | ||
|p1 | |p1[[Object#Unit(s)|Unit(s)]] |= Parameter 1 | ||
|p2= file.fsm: [[String]] |= Parameter 2 | |p2= file.fsm: [[String]] |= Parameter 2 | ||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre> | |x1= <pre>_soldierOne doFSM' ["move.fsm", position player, player]</pre> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 09:47, 27 August 2007
Description
- Description:
- Orders a unit to process command defined by FSM file (silently).
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_soldierOne doFSM' ["move.fsm", position player, player]
Additional Information
- See also:
- Nothing
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Posted on August 23, 2007 - 08:36
- Str
- Values passed to FSM file are _units, _destination and _target