mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
params["_unit"];
|
|
|
|
private _affiliation = "f";
|
|
private _type = "G";
|
|
|
|
if (vehicle _unit isKindOf "plane") then {
|
|
_type = "A";
|
|
};
|
|
|
|
_role = "a-" + _affiliation + "-" + _type
|
|
|
|
_role |