createGroup: Difference between revisions
Jump to navigation
Jump to search
(Removed information in my note that was clarified in the description.) |
No edit summary |
||
Line 41: | Line 41: | ||
[[Category:Scripting Commands OFP Elite |CREATEGROUP]] | [[Category:Scripting Commands OFP Elite |CREATEGROUP]] | ||
[[Category:Scripting Commands ArmA|CREATEGROUP]] | [[Category:Scripting Commands ArmA|CREATEGROUP]] | ||
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]] |
Revision as of 08:12, 20 February 2007
Description
- Description:
- Creates a new AI group for the given center (side). The center must already be in the Mission.sqm or have been initialized with createCenter.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
group = createGroup east
Additional Information
- See also:
- createCenter
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 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.
-Colonel Sanders Lite