diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-02 15:40:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-02 15:40:15 +0300 |
commit | 53edb4dd94fda5157944dbd0fc619f92ce4db500 (patch) | |
tree | 9ec217484965bb8094d15eb66e29b1388333f6f3 /src/map/script.h | |
parent | 97b30eda6487c6a7fb7db61dc7af2b0ea006d71d (diff) | |
download | evol-hercules-53edb4dd94fda5157944dbd0fc619f92ce4db500.tar.gz evol-hercules-53edb4dd94fda5157944dbd0fc619f92ce4db500.tar.bz2 evol-hercules-53edb4dd94fda5157944dbd0fc619f92ce4db500.tar.xz evol-hercules-53edb4dd94fda5157944dbd0fc619f92ce4db500.zip |
add script function for check is unit walking.
New script function: isunitwalking([unitid])
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 24210a1..41c96ee 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -41,5 +41,6 @@ BUILDIN(areaTimer); BUILDIN(getAreaDropItem); BUILDIN(setMount); BUILDIN(clientCommand); +BUILDIN(isUnitWalking); #endif // EVOL_MAP_SCRIPT |