ACE3/addons/medical_vitals/XEH_preStart.sqf
BrettMayson 1649422cbd
Medical Vitals - Add SPO2 (#9360)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-07 17:50:18 -03:00

10 lines
215 B
Plaintext

#include "script_component.hpp"
#include "XEH_PREP.hpp"
GVAR(oxygenSupplyConditionCache) = createHashMap;
call FUNC(scanConfig);
GVAR(oxygenSupplyConditionCache) = compileFinal GVAR(oxygenSupplyConditionCache);