ACE3/addons/medical_treatment/XEH_postInit.sqf

8 lines
154 B
Plaintext
Raw Normal View History

2016-09-18 17:48:49 +00:00
#include "script_component.hpp"
[QEGVAR(medical,initialized), {
params ["_unit"];
_unit call FUNC(checkItems);
}] call CBA_fnc_addEventHandler;