From b6ae6ce8496bcfd50b45110da63e1954d4bbec65 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jan 2016 18:04:18 +0300 Subject: Add script command for show emotes. Copy from hercules with removing emote id check. Script command: emotion e[, flag, name] --- src/emap/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/init.c') 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(); -- cgit v1.2.3-70-g09d2