diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-26 10:39:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-26 10:39:17 -0300 |
commit | 7bd8183936b5f01ef789822d1f114e85ac391d47 (patch) | |
tree | 0fe4d1f6227a642416c0c46ab405147d2ca801d2 /src/emap/init.c | |
parent | 7fc3f47e2660ae5b88a4dcdc1c1ca2e6f41ecd9e (diff) | |
download | evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.tar.gz evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.tar.bz2 evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.tar.xz evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.zip |
changeplayermusic() script function
required for clientdata!174
Tested in Moubootaur Legends
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 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); |