summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-11 16:17:11 +0000
committerJesusaves <cpntb1@ymail.com>2020-10-11 16:17:11 +0000
commite7ff598d02c8559661bcd39ad63e7a6d2577f3d0 (patch)
tree0fe4d1f6227a642416c0c46ab405147d2ca801d2 /src/emap/init.c
parent7fc3f47e2660ae5b88a4dcdc1c1ca2e6f41ecd9e (diff)
parent7bd8183936b5f01ef789822d1f114e85ac391d47 (diff)
downloadevol-hercules-e7ff598d02c8559661bcd39ad63e7a6d2577f3d0.tar.gz
evol-hercules-e7ff598d02c8559661bcd39ad63e7a6d2577f3d0.tar.bz2
evol-hercules-e7ff598d02c8559661bcd39ad63e7a6d2577f3d0.tar.xz
evol-hercules-e7ff598d02c8559661bcd39ad63e7a6d2577f3d0.zip
Merge branch 'jesusalva/music' into 'master'
changeplayermusic() script function See merge request evol/evol-hercules!29
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 f2e781a..5069ffe 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -169,6 +169,7 @@ HPExport void plugin_init (void)
addScriptCommand("setavataraction", "i", setAvatarAction);
addScriptCommand("clear", "", clear);
addScriptCommand("changemusic", "ss", changeMusic);
+ addScriptCommand("changeplayermusic", "s", changePlayerMusic);
addScriptCommand("setnpcdialogtitle", "s", setNpcDialogTitle);
addScriptCommand("getmapname", "", getMapName);
addScriptCommand("unequipbyid", "i", unequipById);