Difference between revisions of "setGroupId"
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
− | {{Command | + | {{Command |
− | | ofp | + | | ofp |
− | |1.00 | + | |1.00 |
− | |gr1= Groups | + | |gr1= Groups |
− | |arg= global | + | |arg= global |
− | |eff= local | + | |eff= local |
| Sets the group radio callsign, how it will be displayed in radio chat. Two groups on the same side '''cannot''' have the same callsign (different side is possible). When trying to apply the same callsign to two groups of the same side, the callsigns will simply be swapped, e.g: | | Sets the group radio callsign, how it will be displayed in radio chat. Two groups on the same side '''cannot''' have the same callsign (different side is possible). When trying to apply the same callsign to two groups of the same side, the callsigns will simply be swapped, e.g: | ||
Line 133: | Line 133: | ||
* STR_CFG_HQ_BASE</spoiler>}} | * STR_CFG_HQ_BASE</spoiler>}} | ||
− | For the global variant of this command see [[setGroupIdGlobal]]. | + | For the global variant of this command see [[setGroupIdGlobal]]. |
− | | group [[setGroupId]] [nameFormat, nameParam1, ..., nameParamN] | + | | group [[setGroupId]] [nameFormat, nameParam1, ..., nameParamN] |
− | |p1= group: [[Object]] or [[Group]] | + | |p1= group: [[Object]] or [[Group]] |
− | |p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]] | + | |p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]] |
− | |p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc) | + | |p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc) |
− | |p4= nameParam1: [[String]] - param keyword | + | |p4= nameParam1: [[String]] - param keyword |
− | | [[Nothing]] | + | | [[Nothing]] |
|x1= '''{{arma3}}''':<code>[[group]] [[player]] [[setGroupId]] ["Some name for the group"]; | |x1= '''{{arma3}}''':<code>[[group]] [[player]] [[setGroupId]] ["Some name for the group"]; | ||
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"Some name for the group"}} | [[hint]] [[groupId]] [[group]] [[player]]; {{cc|"Some name for the group"}} | ||
− | [[player]] [[sideChat]] "lalala"; {{cc|Some name for the group (KK): "lalala"}}</code> | + | [[player]] [[sideChat]] "lalala"; {{cc|Some name for the group (KK): "lalala"}}</code> |
|x2= '''{{arma3}}''':<code>[[group]] [[player]] [[setGroupId]] ["%GroupNames :{{=}}: %GroupColors", "Alpha", "GroupColor2"]; | |x2= '''{{arma3}}''':<code>[[group]] [[player]] [[setGroupId]] ["%GroupNames :{{=}}: %GroupColors", "Alpha", "GroupColor2"]; | ||
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"Alpha :{{=}}: Red"}} | [[hint]] [[groupId]] [[group]] [[player]]; {{cc|"Alpha :{{=}}: Red"}} | ||
− | [[player]] [[sideChat]] "lalala"; {{cc|Alpha :{{=}}: Red (KK): "lalala"}}</code> | + | [[player]] [[sideChat]] "lalala"; {{cc|Alpha :{{=}}: Red (KK): "lalala"}}</code> |
− | |x3= '''ArmA / {{arma2}} / {{arma3}}''': <code>_group1 [[setGroupId]] ["Assault Squad"];</code> | + | |x3= '''ArmA / {{arma2}} / {{arma3}}''': <code>_group1 [[setGroupId]] ["Assault Squad"];</code> |
− | |x4= '''OFP''': <code>_group1 [[setGroupId]] ["Delta", "GroupColor4"]</code> | + | |x4= '''OFP''': <code>_group1 [[setGroupId]] ["Delta", "GroupColor4"]</code> |
− | | [[setGroupIdGlobal]], [[groupId]], [[group]] | + | | [[setGroupIdGlobal]], [[groupId]], [[group]] |
}} | }} | ||
Revision as of 12:11, 18 January 2021
Notes
- Posted on April 21, 2015 - 23:21 (UTC)
- Killzone Kid
-
List of available keywords from config:
"if ((configName _x) select [0, 5] == 'group') then { diag_log ('%' + configName _x); for '_i' from 0 to count _x - 1 do { diag_log ('* ""' + configName (_x select _i) + '"" → ' + getText ((_x select _i) >> 'name')); }; }; false" configClasses (configFile >> "CfgWorlds");