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 036036ccc..b9e5fdb01 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -101,6 +101,16 @@ struct script_state {
} sleep;
};
+struct script_reg {
+ int index;
+ int data;
+};
+
+struct script_regstr {
+ int index;
+ char* data;
+};
+
enum script_parse_options {
SCRIPT_USE_LABEL_DB = 0x1,// records labels in scriptlabel_db
SCRIPT_IGNORE_EXTERNAL_BRACKETS = 0x2,// ignores the check for {} brackets around the script