mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 16:32:59 +00:00
[WIP] refactoring extract info function into more functions to handle the data to be grabbed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
params["_unit"];
|
||||
|
||||
private _callsign = "";
|
||||
|
||||
if (roleDescription _unit != "") then {
|
||||
_callsign = name _unit + " | " + roleDescription _unit;
|
||||
} else {
|
||||
_callsign = name _unit;
|
||||
};
|
||||
|
||||
_callsign
|
||||
Reference in New Issue
Block a user