diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-04 20:06:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-04 20:06:25 +0300 |
commit | f8f24eccf6562af825f298851710848c2212cf61 (patch) | |
tree | d6eca429a2859119040056ec6205e16c4e235842 /src/emap/init.c | |
parent | df17c1e4f0a317a20515429be0c32ee79af8c14b (diff) | |
download | evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.tar.gz evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.tar.bz2 evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.tar.xz evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.zip |
Add script command for close npc dialog only on client without affecting server side.
New script command: closeclientdialog
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 6098f04..2f54a75 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -108,6 +108,7 @@ HPExport void plugin_init (void) addScriptCommand("restorecam", "", restoreCam); addScriptCommand("npctalk3", "s", npcTalk3); addScriptCommand("closedialog", "", closeDialog); + addScriptCommand("closeclientdialog", "", closeClientDialog); addScriptCommand("shop", "s", shop); addScriptCommand("getitemlink", "v*", getItemLink); addScriptCommand("getinvindexlink", "i", getInvIndexLink); |