summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-22 18:26:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-22 18:26:03 +0300
commit2114f859d5b1d6984809494870f5266f53d662c7 (patch)
tree5a0b29b6157b8f509ecc4faaaba2dd60909fb425 /src/emap/init.c
parentfb61301d037660e7ff56caa1d49dd2c7c959b15d (diff)
downloadevol-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/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 5e9deef..53a47df 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -150,6 +150,7 @@ HPExport void plugin_init (void)
addScriptCommand("setmount", "i", setMount);
addScriptCommand("setskin", "s", setSkin);
addScriptCommand("emotion", "i??", emotion);
+ addScriptCommand("setlook", "ii", setLook);
do_init_langs();