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

OGL character sheet DC

1469648111

Edited 1469648303
One of the GM I play with usually use OGL character sheet. I'm using the spells to add Monk features using OUTPUT SPELLCARD. The DC isn't included so I have to consult the SPELL SAVE DC, in SPELLS sub-tab (tab Character Sheet). I've tried including in the spell DESCRIPTION variables but I couldn't do it; I tried the following, in which myPcName is the exact corresponding name including a space: @{DC} @{myPcName|difficultyclass} @{myPcName|difficultyClass} @{myPcName|difficulty_class} @{myPcName|Difficulty_Class} @{myPcName|difficulty_Class} @{myPcName|spellsavedc} @{myPcName|spell_save_dc} and finally the last on the list showed ((floor((16-10)/2))+(8+(ceil((7)/1e10) + ceil((7)/4))+0)) but I don't know how to show the result of that formula. I tried surrounding it with double curly brackets but not only does that not show the result, it stop displaying the rest of the description. Thank you kindly for your help
Put it in inline roll brackets [[ @{myPcName|spell_save_dc} ]]. That will force it to do the math instead of showing the process.
Indeed surrounding it with double square brackets did the trick. Thanks again Ed S.
No problem. Most of the fields on the OGL sheet will have a popup with the attribute name when you hover over them. Otherwise you can also right click and Inspect Element to see what the name is.