frondeus / fvtt-syrin-control

Syrinscape Online Control plugin for FoundryVTT
MIT License
16 stars 6 forks source link

Sounds not playing when a player triggers the macro (especially in Item macro) #62

Closed YenBenGrey closed 1 year ago

YenBenGrey commented 1 year ago

Describe the bug

When I create a macro and then put it in Item Macro so that it will play when anyone triggers it, it only triggers or plays when the DM triggers it. A)If I get the link directly from Syrnscape and put it in the item macro like this fetch("link"); then it works no matter who triggers it. B) If I put it in the item macro like this example game.syrinscape.playElement(415635) then it will only trigger if the DM activates the spell or feature. C) Equally if I write game.syrinscape.playElement("link') it doesn't work for anyone.

To Reproduce