summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-06-18 00:19:39 +0200
committerHaru <haru@dotalux.com>2016-06-25 17:29:50 +0200
commit9164ea7ec938958245e1ceb75035f90500c8a7c8 (patch)
treeca80feaddfdcd859163e3977d4569d32a46feda1 /src/map/script.h
parent17f4709adeb4d9159359d901b1743de56348e7e4 (diff)
downloadhercules-9164ea7ec938958245e1ceb75035f90500c8a7c8.tar.gz
hercules-9164ea7ec938958245e1ceb75035f90500c8a7c8.tar.bz2
hercules-9164ea7ec938958245e1ceb75035f90500c8a7c8.tar.xz
hercules-9164ea7ec938958245e1ceb75035f90500c8a7c8.zip
Added mesf() command (combination of mes() and sprintf())
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 7811cd64e..61c6a4583 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -623,6 +623,7 @@ struct script_interface {
const char *parser_current_npc_name;
/* */
int buildin_mes_offset;
+ int buildin_mesf_offset;
int buildin_select_offset;
int buildin_lang_macro_offset;
int buildin_lang_macro_fmtstring_offset;