mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:53:29 +00:00
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
params["_unit"];
|
|
|
|
private _uid_string = "armatak" callExtension ["ManageGeoObject/postGeoObject",[_unit] call armatak_fnc_extract_info];
|
|
|
|
private _uid_string = _uid_string select 0;
|
|
|
|
if (_uid_string != "") then {
|
|
_uid_string = (_uid_string splitString '"') select 3;
|
|
_unit setVariable ["_atak_uid",_uid_string, true];
|
|
};
|
|
|
|
_uid_string |