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

Formatting Macro Output

I have a caster in a 5e game using the 5e by Roll20 sheet. I put in a simple macro on the character sheet for concentration checks: &{template:simple} @{constitution_save_roll} {{rname=DC [[{(floor(?{Damage Taken|0}/2)),10}kh1]]%NEWLINE%CONCENTRATION CHECK %NEWLINE%CONSTITUTION SAVE}} This gives the following output: Is there an easy way to embolden the DC target value so it is clearer?
1738963062
Gauss
Forum Champion
Hi Nicola B.,  Unfortunately some templates strip out controls like "**" for bolding.  However, with the simple template you can try this:  &{template:simple} @{constitution_save_roll} {{rname=DC [[[{(floor(?{Damage Taken|0}/2)),10}kh1]]]%NEWLINE%CONCENTRATION CHECK %NEWLINE%CONSTITUTION SAVE}}
Thank you, that certainly makes the output clearer.