mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:23:28 +00:00
added air type to extract type handling
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user