2016-06-13 15:00:56 +00:00
|
|
|
#define COMPONENT medical_treatment
|
2016-06-30 15:33:29 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Medical Treatment
|
2016-06-13 15:00:56 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-10-05 22:54:57 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2016-09-28 18:46:46 +00:00
|
|
|
#define DISABLE_COMPILE_CACHE
|
2016-06-13 15:00:56 +00:00
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_MEDICAL_TREATMENT
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_MEDICAL_TREATMENT
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL_TREATMENT
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
2016-09-29 14:00:19 +00:00
|
|
|
|
2016-10-05 22:54:57 +00:00
|
|
|
#define ALL_BODY_PARTS ["head", "body", "leftarm", "rightarm", "leftleg", "rightleg"]
|
|
|
|
|
2016-09-29 14:00:19 +00:00
|
|
|
#define CUR_LEVEL (["Basic", "Advanced"] select (EGVAR(medical,level) >= 2))
|