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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index b50c46693..5dd266174 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -2,6 +2,16 @@
#ifndef _SCRIPT_H_
#define _SCRIPT_H_
+extern struct Script_Config {
+ int warn_func_no_comma;
+ int warn_cmd_no_comma;
+ int warn_func_mismatch_paramnum;
+ int warn_cmd_mismatch_paramnum;
+ int check_cmdcount;
+ int check_gotocount;
+ int max_eventtimer_len;
+} script_config;
+
struct script_data {
int type;
union {