8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
params [["_base", objNull, [objNull]]];
|
|
if (_base == objNull) exitWith {""};
|
|
|
|
// get base name
|
|
private _baseName = _base getVariable ["name", ""];
|
|
if (_baseName == "") then {_baseName = format["near %1", text (nearestLocation [_base, ["NameCity", "NameLocal"]])]};
|
|
|
|
_baseName; |