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

[5e OGL] Multi-Paragraph Actions

Is there a way to format the description of an Action on the NPC sheet into multiple paragraphs for particularly detailed Actions. Right now, it all runs together for me.
Line breaks are removed when the Gear button is pressed to collapse the Action. You could refrain from collapsing multi-paragraph Actions to preserve the line breaks on the Character Sheet, or you could use the Action to view the line breaks within the Text Chat.
Thanks for the ideas!
1510908164
Jakob
Sheet Author
API Scripter
You could use Stylish to make your line breaks actually display: .charsheet .sheet-npc .sheet-action .sheet-display span.sheet-description { white-space: pre-wrap; }