mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:53:29 +00:00
added customize option to group cot props
This commit is contained in:
@@ -31,4 +31,10 @@ if (["officer", typeOf _unit, false] call BIS_fnc_inString) then {
|
||||
_group_role = _group_roles select 2;
|
||||
};
|
||||
|
||||
_pre_defined_role = _unit getVariable "_atak_group_role";
|
||||
|
||||
if (!isNil "_pre_defined_role") then {
|
||||
_callsign = _pre_defined_callsign;
|
||||
};
|
||||
|
||||
_group_role
|
||||
Reference in New Issue
Block a user