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/script.h | |
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/script.h')
-rw-r--r-- | src/emap/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script.h b/src/emap/script.h index dc65855..97059df 100644 --- a/src/emap/script.h +++ b/src/emap/script.h @@ -58,5 +58,6 @@ BUILDIN(npcStand); BUILDIN(npcWalkTo); BUILDIN(setBgTeam); BUILDIN(chatJoin); +BUILDIN(checkNpcCell); #endif // EVOL_MAP_SCRIPT |