Hey everyone, I'm having trouble getting the sheet to do what I would like. I am planning on running Descent into Avernus and would like to implement Sanity checks as a Macro Button. No matter how I set it up, I either get the roll to just give me the Wisdom Base Score, or just the die roll without the Wisdom Mod. I created an Attribute with the name Sanity, the Current box I have put @{wisdom-mod} which outputs only the die roll (1d20} and I have tried to put @{WIS} which just gives me the base Wisdom Score (13). The Macro Looks like this: &{template:npcaction} {{rname= Sanity Check}}{{name= Sanity}} {{description= [[1d20 + @{Sanity}]] }} Any Idea how I might get it to roll a d20 and add the Wisdom mod from the character sheet?