summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-30 18:50:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-30 18:50:08 +0300
commitc3c009a7e2c3ad40048935de0d0538081cf613be (patch)
tree382fab456507ce0759d28b2ecd6dcd84737a4be0 /src/map/script.h
parent21ec9caab9010b3109050dd891228c191e2b0dd0 (diff)
downloadevol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.tar.gz
evol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.tar.bz2
evol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.tar.xz
evol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.zip
Add script command for change npc dialog title.
New script command: setnpcdialogtitle newtitle
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 97b8f51..b238e92 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -38,5 +38,6 @@ BUILDIN(setAvatarDir);
BUILDIN(setAvatarAction);
BUILDIN(clear);
BUILDIN(changeMusic);
+BUILDIN(setNpcDialogTitle);
#endif // EVOL_MAP_SCRIPT