readded extract uuid

This commit is contained in:
Valmo Trindade
2024-12-09 22:49:07 -03:00
parent c45d0eae4a
commit e91c5aa184

View File

@@ -0,0 +1,7 @@
params["_unit"];
_uuid = _unit getVariable "_atak_uid";
if (isNil "_uuid") then {
_uuid = "armatak" callExtension ["uuid", []] select 0;
_unit setVariable ["_atak_uid", _uuid];
};
_uuid