createGroup: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
When using createGroup, the side must already have a group present in the mission. For example, you can't use <b>_spawnGroup = createGroup Civilian</b> if there isn't at least 1 civillian group already in existance. I'm unsure as to wether this civillian has to be alive, etc. ARMA may or may not clean up dead groups. | |||
I haven't tested wether or not it will work if there *was* a group from the correct side, but isn't now. | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 22:26, 15 December 2006
Description
- Description:
- Creates a new AI group for the given center (side).
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
group = createGroup east
Additional Information
- See also:
- See also needed
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
-
When using createGroup, the side must already have a group present in the mission. For example, you can't use _spawnGroup = createGroup Civilian if there isn't at least 1 civillian group already in existance. I'm unsure as to wether this civillian has to be alive, etc. ARMA may or may not clean up dead groups.
I haven't tested wether or not it will work if there *was* a group from the correct side, but isn't now.