fnc_incrementStitchProgress.sqf 212 B

12345
  1. params["_origin", "_healer"];
  2. _progress = _origin getVariable["rd501_medical_ccp_stitchProgress", -1];
  3. if(_progress >= 0) then {
  4. _origin setVariable["rd501_medical_ccp_stitchProgress", _progress + 2.5, true];
  5. };