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

Help with hiding long formula's

I'm building a character sheet and I have an issue with my macro'. When rolling the ability save the math works but when I mouse over its showing all the math. For example the strength total is 16 so the strength mod is 3. When I do the strength save roll it shows: Rolling 1d20 + ((floor(((11 + 2 +3)/2)-5) = (11) + ((floor(((11 + 2 +3)/2)-5) However I would like it just to show: Rolling 1d20 + 3 = (11) + 3 I have seen this done on other character sheets and I’m hoping someone on here can help.
1499102446
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
wrap the formula in inline roll brackets: [[1d20 + [[((floor(((11 + 2 +3)/2)-5)]] ]]
Thank you I can stop headbutting the wall now