mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
24 lines
400 B
Plaintext
24 lines
400 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
#include "XEH_PREP.hpp"
|
|
|
|
[
|
|
QGVAR(painEffectType),
|
|
"LIST",
|
|
["Pain effect type", "Selects the used pain effect type"], //@todo
|
|
"ACE Medical", // @todo
|
|
[
|
|
[0, 1],
|
|
["White flashing", "Pulsing blur"],
|
|
0
|
|
],
|
|
false,
|
|
{} // TODO!
|
|
] call CBA_Settings_fnc_init;
|
|
|
|
GVAR(lastHeartBeatSound) = 0;
|
|
|
|
ADDON = true;
|