mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:53:31 +00:00
added air type to extract type handling
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
params["_unit"];
|
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
|
_role
|
||||||
Reference in New Issue
Block a user