Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Attirbutes & Abilities Sanity Check with Wisdom mod

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?
1574547880
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
The attribute in question should be @{wisdom_mod}. (underscore, not hyphen).
Thank you very much