
So I have a macro. It calls some API stuff from TokenMod. Then triggers an /fx command.
When I roll this macro directly, works perfectly.
When I call this macro from a token ability: TypeError: Cannot read property 'view' of undefined
I've narrowed it down to the /fx command. If I remove it, everything goes back to working as intended with no error.
For reference here is the /fx I'm calling: "/fx nova-holy -LccoFojHo0CZHrJMF6U"
Any Idea how to get this to fire correctly from a token ability?