
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