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 .
×

[5e OGL] Show attribute value rather than attribute name when referencing.

I'm trying to create NPC character sheets for all of the possible beast shapes that my druid can shift to. The druid keeps his INT, WIS and CHA while transformed. I reference the druid's stats in an NPC character sheet by using the appropriate @{charactername|stat} and @{charactername|stat_mod}, but when I look at the sheet, it displays as below. Is there any way for it to have it display the actual numbers?
Try putting them in inline roll brackets [[ ]]  .Like so [[@{charactername|stat}]] ([[@{charactername|stat_mod}]])
1481896106

Edited 1481896164
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
You can't reference another sheet in a char sheets fields and have the sheet workers/autocalc fields use that data. Also, you've got doubled @'s. Outputting it to chat will use the other sheet's info for the chat message though.
Ed: I've tried it, but it does not work. Thank you though. Scott: The doubled @ are just a product of the way it is displaying and there being a reference for the base stat and the modifier both, something I've since learned is unnecessary. Thanks for the answer.