This commit is contained in:
[VB]AWOL
2013-12-02 09:54:52 -06:00
parent 7e16cb51b2
commit 141f10c415
4 changed files with 44 additions and 20 deletions

View File

@@ -38,6 +38,12 @@ r_doLoop = false;
if (_finished) then {
_num_removed = ([player,"ItemMorphine"] call BIS_fnc_invRemove);
if(_num_removed == 1) then {
if (vehicle player != player) then {
_display = findDisplay 106;
_display closeDisplay 0;
};
if (_unit == player) then {
//Self Healing
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medMorphine.sqf";