This commit is contained in:
mrpvtdagger 2021-03-04 15:56:28 -04:00
parent 77c8d4accb
commit 1e2cb23096

View File

@ -60,7 +60,7 @@
} forEach _cargoRopes; } forEach _cargoRopes;
{ {
detach _x; detach _x;
_pos = [_heli, 1, 5, 0, 0, 20, 0] call BIS_fnc_findSafePos; _pos = [_heli, 5, 10, 0, 0, 20, 0] call BIS_fnc_findSafePos;
_x setPos _pos; _x setPos _pos;
} forEach attachedObjects _heli; } forEach attachedObjects _heli;
removeAllActions _heli; removeAllActions _heli;