[WIP] refactoring extract info function into more functions to handle the data to be grabbed

This commit is contained in:
Valmo Trindade
2024-07-23 16:58:06 -03:00
parent 9d89c5fb69
commit 8603dd6d93
4 changed files with 66 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
params["_unit"];
private _callsign = "";
if (roleDescription _unit != "") then {
_callsign = name _unit + " | " + roleDescription _unit;
} else {
_callsign = name _unit;
};
_callsign