diff options
author | Haru <haru@dotalux.com> | 2016-06-18 00:19:39 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:50 +0200 |
commit | 9164ea7ec938958245e1ceb75035f90500c8a7c8 (patch) | |
tree | ca80feaddfdcd859163e3977d4569d32a46feda1 /src/map/script.h | |
parent | 17f4709adeb4d9159359d901b1743de56348e7e4 (diff) | |
download | hercules-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.h | 1 |
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; |