added air type to extract type handling

This commit is contained in:
Valmo Trindade
2024-08-19 04:46:12 -03:00
parent 5bcdb29515
commit 3017e1bcf1

View File

@@ -1,4 +1,12 @@
params["_unit"];
private _role = "a-f-G";
private _affiliation = "f";
private _type = "G";
if (vehicle _unit isKindOf "plane") then {
_type = "A";
};
_role = "a-" + _affiliation + "-" + _type
_role