summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 18:18:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 18:18:16 +0300
commitc4d320e72a4060408c97a0207e9b82433cec9418 (patch)
treeb9fc8bf0551152ab30da87bb7ec281dccf498611 /src/map/script.h
parentf518402fc06a3bc4824af47e6c979ce649326cf4 (diff)
downloadevol-hercules-c4d320e72a4060408c97a0207e9b82433cec9418.tar.gz
evol-hercules-c4d320e72a4060408c97a0207e9b82433cec9418.tar.bz2
evol-hercules-c4d320e72a4060408c97a0207e9b82433cec9418.tar.xz
evol-hercules-c4d320e72a4060408c97a0207e9b82433cec9418.zip
Add script command to set distance to npc where clicks/selection can work.
New script command: setnpcdistance N
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 88a0e1b..1af650f 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -30,5 +30,6 @@ BUILDIN(getNpcClass);
BUILDIN(setNpcSex);
BUILDIN(setPcSit);
BUILDIN(getPcSit);
+BUILDIN(setNpcDistance);
#endif // EVOL_MAP_SCRIPT