diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-17 18:04:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-17 18:05:57 +0300 |
commit | b6ae6ce8496bcfd50b45110da63e1954d4bbec65 (patch) | |
tree | aa443691aa913caa652f4d783b3a013db16e05ef /src/emap/init.c | |
parent | ca394780592681df18d39c914f26e23e51c8dde2 (diff) | |
download | evol-hercules-b6ae6ce8496bcfd50b45110da63e1954d4bbec65.tar.gz evol-hercules-b6ae6ce8496bcfd50b45110da63e1954d4bbec65.tar.bz2 evol-hercules-b6ae6ce8496bcfd50b45110da63e1954d4bbec65.tar.xz evol-hercules-b6ae6ce8496bcfd50b45110da63e1954d4bbec65.zip |
Add script command for show emotes.
Copy from hercules with removing emote id check.
Script command: emotion e[, flag, name]
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 558bf48..f9070b1 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -144,6 +144,7 @@ HPExport void plugin_init (void) addScriptCommand("delcells", "s", delCells); addScriptCommand("setmount", "i", setMount); addScriptCommand("setskin", "s", setSkin); + addScriptCommand("emotion", "i??", emotion); do_init_langs(); do_init_craft(); |