summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-28 22:25:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-28 22:25:17 +0300
commit9220bec0adcd72d64e301cc9b5d6f9e1af6a4ab3 (patch)
tree3fbf5baa988727b49010b6f62ee3d6d8ff7c51b9 /src/map/script.h
parent5a5662d5615909e2274627001fd634712dee3bde (diff)
downloadevol-hercules-9220bec0adcd72d64e301cc9b5d6f9e1af6a4ab3.tar.gz
evol-hercules-9220bec0adcd72d64e301cc9b5d6f9e1af6a4ab3.tar.bz2
evol-hercules-9220bec0adcd72d64e301cc9b5d6f9e1af6a4ab3.tar.xz
evol-hercules-9220bec0adcd72d64e301cc9b5d6f9e1af6a4ab3.zip
Add script function setnpcsex.
New function: setnpcsex [names,] sex
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 36e8150..034a5cd 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -25,5 +25,6 @@ BUILDIN(getMapMask);
BUILDIN(addMapMask);
BUILDIN(removeMapMask);
BUILDIN(getNpcClass);
+BUILDIN(setNpcSex);
#endif // EVOL_MAP_SCRIPT