I use EOS in my mission, after the capture, I couldn’t sell the bots technique or put them in the garage. How to fix it? I wanted to do so but failed.
/ *
If the function is used locally (e.g using addAction ...)
(_this select 0) refers to the vehicle
* /
[(_this select 0)] call HG_fnc_setOwner;
/ *
Else ... remote execution
_unit refers to the new vehicle owner
* /
[_vehicle, _unit] remoteExecCall ["HG_fnc_setOwner", _ unit, false];