diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-22 18:26:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-22 18:26:03 +0300 |
commit | 2114f859d5b1d6984809494870f5266f53d662c7 (patch) | |
tree | 5a0b29b6157b8f509ecc4faaaba2dd60909fb425 /src/emap/script.h | |
parent | fb61301d037660e7ff56caa1d49dd2c7c959b15d (diff) | |
download | evol-hercules-2114f859d5b1d6984809494870f5266f53d662c7.tar.gz evol-hercules-2114f859d5b1d6984809494870f5266f53d662c7.tar.bz2 evol-hercules-2114f859d5b1d6984809494870f5266f53d662c7.tar.xz evol-hercules-2114f859d5b1d6984809494870f5266f53d662c7.zip |
Copy setlook script command into plugin. Add support for send changed slot.
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 51618cb..534eb82 100644 --- a/src/emap/script.h +++ b/src/emap/script.h @@ -75,5 +75,6 @@ BUILDIN(emotion); BUILDIN(findCraftEntry); BUILDIN(useCraft); BUILDIN(getCraftCode); +BUILDIN(setLook); #endif // EVOL_MAP_SCRIPT |