diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-29 13:51:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-29 13:51:19 +0300 |
commit | 82a8e2804bbcd75db6053d5e36236ba33833ec60 (patch) | |
tree | 8d27553a3ddfde922176203b6b51120be01ef7ab /src/emap/init.c | |
parent | 468b795c5c5509dd3b13d413af5fdd82c0136699 (diff) | |
download | evol-hercules-82a8e2804bbcd75db6053d5e36236ba33833ec60.tar.gz evol-hercules-82a8e2804bbcd75db6053d5e36236ba33833ec60.tar.bz2 evol-hercules-82a8e2804bbcd75db6053d5e36236ba33833ec60.tar.xz evol-hercules-82a8e2804bbcd75db6053d5e36236ba33833ec60.zip |
Add script command checknpccell. It works same like checkcell, but for current npc.
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 4c9ae8c..2d7e2d2 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -126,6 +126,7 @@ HPExport void plugin_init (void) addScriptCommand("successrefindex", "ii", successRefIndex); addScriptCommand("isstr", "v", isStr); addScriptCommand("setbgteam", "ii", setBgTeam); + addScriptCommand("checknpccell", "siii", checkNpcCell); do_init_langs(); |