Difference between revisions of "setGroupId"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3>" to "") |
||
(3 intermediate revisions by 2 users not shown) | |||
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]] |
}} | }} | ||
− | |||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Line 180: | Line 179: | ||
</dl> | </dl> | ||
− | |||
Line 191: | Line 189: | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
{{GameCategory|tkoh|Scripting Commands}} | {{GameCategory|tkoh|Scripting Commands}} | ||
− |
Revision as of 14:38, 18 January 2021
- 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");