I came across this specific use case while setting up an NPC character sheet for a spell Area-of-Effect token that any player could drag from the journal. I've searched this forum as well as Google using a variety of search strings and haven't found what I'm looking for. Any help would be much appreciated! The Character sheet that I'm suing is D&D 5E by Roll20 and t he specific spell is the D&D 5E Druid spell "Nature's Wrath. I've set up the token and NPC character sheet the same way as I've set up other spell AOE tokens, but this spell has a few effects that I'd like to make into token actions attached to this particular spell token, that can be used by ANY player having a character with access to this spell. The spell itself does not include any of the following actions, forcing the player to roll them manually, which is cumbersome: Trees. At the start of each of your turns, each of your enemies within 10 feet of any tree in the cube must succeed on a Dexterity saving throw or take 4d6 slashing damage from whipping branches. For this action, I want to set up a macro that outputs to the chat a description the action, rolls 4d6 for the damage, and displays the casting Character's Spell save DC . Describing the action and rolling the damage is no problem, but how do I extract and display the PC's Spell DC? Roots and Vines. At the end of each of your turns, one creature of your choice that is on the ground in the cube must succeed on a Strength saving throw or become restrained until the spell ends. A restrained creature can use an action to make a Strength (Athletics) check against your spell save DC, ending the effect on itself on a success. Again, displaying a description of the effect is easy, but again I don't know how to obtain and display the PC's Spell Save DC Rocks. As a bonus action on your turn, you can cause a loose rock in the cube to launch at a creature you can see in the cube. Make a ranged spell attack against the target. On a hit, the target takes 3d8 nonmagical bludgeoning damage, and it must succeed on a Strength saving throw or fall prone. For this effect, I again need to somehow extract and display the PC's spell DC as well as roll a ranged spell attack using the casting PC's spell attack bonus.