ACE3/addons/medical_damage/initSettings.sqf

18 lines
475 B
Plaintext
Raw Normal View History

2019-03-24 05:37:39 +00:00
[
QEGVAR(medical,playerDamageThreshold),
"SLIDER",
[LSTRING(PlayerDamageThreshold_DisplayName), LSTRING(PlayerDamageThreshold_Description)],
ELSTRING(medical,Category),
[0, 25, 1, 2],
true
2019-03-24 05:37:39 +00:00
] call CBA_settings_fnc_init;
[
QEGVAR(medical,AIDamageThreshold),
"SLIDER",
2019-03-24 05:37:39 +00:00
[LSTRING(AIDamageThreshold_DisplayName), LSTRING(AIDamageThreshold_Description)],
ELSTRING(medical,Category),
[0, 25, 1, 2],
true
2019-03-24 05:37:39 +00:00
] call CBA_settings_fnc_init;