summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index eecc45e8f..759013e95 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -9,6 +9,13 @@ extern struct Script_Config {
int warn_cmd_mismatch_paramnum;
int check_cmdcount;
int check_gotocount;
+
+ int event_script_type;
+ char* die_event_name;
+ char* kill_event_name;
+ char* login_event_name;
+ char* logout_event_name;
+ int event_requires_trigger;
} script_config;
struct script_data {