mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
// animHealed.sqf
|
|
_array = _this; //_this select 0;
|
|
_unit = _array select 0;
|
|
_medic = _array select 1;
|
|
_item = _array select 2;
|
|
|
|
_medic playMove "AinvPknlMstpSnonWrflDnon_medic1";
|