mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
added string convertion to extract role function
This commit is contained in:
@@ -8,7 +8,7 @@ private _affiliation = "f";
|
|||||||
private _type = "G";
|
private _type = "G";
|
||||||
private _role = "a-f-G-U-C-I";
|
private _role = "a-f-G-U-C-I";
|
||||||
|
|
||||||
switch (side _unit) do {
|
switch (str side _unit) do {
|
||||||
case "WEST": {
|
case "WEST": {
|
||||||
_affiliation = "f";
|
_affiliation = "f";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user