Greetings Adventurers, I'm looking for a way to call a Macro when casting a spell. Like more specifically, one of My players wants to play a Wild Magi sorcerer. now I have my Table called: WildMagic and I have a Macro called WildMagicSurge this macro contains the following: /w gm [[ [[1d20=1]]t[Wildmagic] ]] which gives me a whisper if she has a Wild Magic Surge and I can then describe to the party what happens. I don't want it to be spoiled by it posting into the chat for everybody, hence the Macro. Now to my question. if I don't use the Macro, and only want to roll from the Table if the D20=1 after the players casts a spell, it's enough to simply add the line [[ [[1d20=1]]t[Wildmagic] ]] into the Spell description. but as I want that part to be whispered to me, I thought I'd do said macro. But is it possible to call a Macro from a Spell description? #WildMagicSurge does not work. Or is there another way for the player to whisper that part to me automatically when casting a spell? Thanks