ACE3/addons/medical_treatment/functions/fnc_treatmentBasic_epipen.sqf

21 lines
392 B
Plaintext
Raw Normal View History

/*
* Author: KoffeinFlummi
* Callback when the epipen treatment is complete
*
* Arguments:
* 0: The medic <OBJECT>
* 1: The patient <OBJECT>
* 2: Selection Name <STRING>
* 3: Treatment classname <STRING>
*
* Return Value:
* None
*
* Public: No
*/
#include "script_component.hpp"
params ["_caller", "_target","_className"];
2016-08-09 17:47:59 +00:00
[_target, false] call EFUNC(medical,setUnconscious);