mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
Start drop_body.sqf
|
||||
*/
|
||||
|
||||
private ["_dragee","_unit"];
|
||||
_dragee = _this select 3;
|
||||
_dragee = _this select 3;
|
||||
|
||||
player removeAction NORRN_dropAction;
|
||||
player removeAction NORRN_carryAction;
|
||||
NORRN_remove_drag = true;
|
||||
//player removeAction NORRN_carryAction;
|
||||
NORRN_remove_drag = true;
|
||||
r_drag_sqf = false;
|
||||
r_carry_sqf = false;
|
||||
r_action = false;
|
||||
@@ -24,9 +23,12 @@ detach _dragee;
|
||||
_unit switchMove "";
|
||||
_dragee switchMove "";
|
||||
NORRN_Dragged_body = objNull;
|
||||
_dragee setVariable ["NORRN_unit_dragged", false, true];
|
||||
_dragee setVariable ["NORRN_unit_dragged", false, true];
|
||||
|
||||
//lie on back
|
||||
_dragee playMoveNow "ainjppnemstpsnonwrfldnon";
|
||||
norrnRalie = _dragee;
|
||||
publicVariable "norrnRalie";
|
||||
//PVDZ_drg_Ralie = _dragee; // not used
|
||||
//publicVariable "PVDZ_drg_Ralie"; // not used
|
||||
force_dropBody = false;
|
||||
|
||||
if (true) exitWith {};
|
||||
Reference in New Issue
Block a user