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.
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