frondeus / fvtt-syrin-control

Syrinscape Online Control plugin for FoundryVTT
MIT License
15 stars 5 forks source link

Using the macros to play Moods doesn't work #37

Closed mikejtarg closed 2 years ago

mikejtarg commented 2 years ago

Using the macro function to play moods for example

game.syrinscape.playElement(68039);

doesn't work. I get the 403 error in the console see attached image Screenshot_1

Please advise

mikejtarg commented 2 years ago

Also, the following macro does function as expected even though the macro stops all other sounds in the Audio playlist tab image

TR7Mike commented 2 years ago

I'm pretty sure it should be playMood and not playElement. There is a bug open for it, but it looks like the playMood function was removed according to one of the commits: https://github.com/frondeus/fvtt-syrin-control/commit/1c02d9da20e6b33b842f3a78c126f54913c73e72

frondeus commented 2 years ago

First of all sorry for late response. It seems that this and #36 are the one and the same.

Indeed currently the feature of playing moods via macro has been removed. Unfortunately, now I cannot invest my personal time in this project, and honestly, I'm thinking about finding a new maintainer.

frondeus commented 2 years ago

Well, good news, things changed, and I just released the first pre-release version that allows you to play moods from a macro!

https://github.com/frondeus/fvtt-syrin-control/releases/tag/0.4.0-alpha-1

frondeus commented 2 years ago

I am going to close it in favor of #36