We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef9103 commit 5e5fb74Copy full SHA for 5e5fb74
addons/AIO_AIMENU/mount.sqf
@@ -74,7 +74,9 @@ _getInFnc =
74
sleep 1;
75
};
76
77
- if (_unit distance _target > _distance OR !(alive _unit) OR !(alive _target)) exitWith {_unit doMove (position _unit); _unit setVariable ["AIO_Mount_Canceled", 1]};
+ if (_unit distance _target > _distance OR !(alive _unit) OR !(alive _target)) exitWith {_unit setVariable ["AIO_Mount_Canceled", 1]};
78
+ _unit doFollow player;
79
+ _unit doMove (getPos _unit);
80
if (_getInAs == 1) then {
81
_unit assignAsDriver _target;
82
_unit action ["getinDriver", _target];
0 commit comments