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

[D&D 4e] Cant write ability-modifier correctly

If I understand the wiki correctly I can write out a characters constitution modifier by using: @{constitution-mod} But when I try using it I get this output instead:  floor((@{constitution}-10)/2) Am I missing something?
1500813511
Ziechael
Forum Champion
Sheet Author
API Scripter
When calling attributes that are automatically calculated from other attributes you need to wrap  it in [[ ]]  to make it an inline roll: [[@{constitution-mod}]]
Great, Thanks!