createGroup
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:
- Creates a new AI group for the given Side. An HQ (center) for that side must already be in the Mission.sqm or have been initialized with createCenter.
Syntax
Examples
- Example 1:
_group = createGroup east
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- createCenter, createUnit
Notes
Notes
Notes
- Posted on December 15, 2006 - 21:30
- ColonelSandersLite
-
The group limit is 144 groups groups per side. If you attempt to create a group, and there is no room for another, it simply doesn't create, and it doesn't error.
- --5133p39 07:30, 10 July 2007 (CEST)
- In Armed Assault, empty groups are not automaticaly deleted - if you created 144 groups, you will not be able to create new group even if all units in all those groups died, because all the 144 groups still exists - you will have to delete some groups manualy.

