frondeus / fvtt-syrin-control

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

Get mood details instead of waiting for the event handler #59

Closed frondeus closed 1 year ago

frondeus commented 1 year ago

I want to be able to run playMood(123) while having only mood id (123). But, on the other hand I want to know in which soundset the mood is.

Currently I'm using event handler onSoundsetChanged but thats... just janky! Instead, I should simply ask Syrinscape API about mood details.