mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13: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 _role = "a-f-G-U-C-I";
|
||||
|
||||
switch (side _unit) do {
|
||||
switch (str side _unit) do {
|
||||
case "WEST": {
|
||||
_affiliation = "f";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user