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

Macros ignore line breaks on empty lines

Macros have taken to simply ignoring any break after an empty line. This macro will ignore the empty line between the emote command and the attack, outputting as such Can't pinpoint the exact time when this started happening, but the most recent example I could find of empty line breaks in my macros working was three weeks ago. Forcing a line break with a carriage return works. Or maybe it doesn't and the system just recognizes that the line includes symbols and is now allowed to break. Is this intended behavior?
1657896829
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Try using a shift-return for a line break. I've never tested, but a hard return with no content has never sent anything to the chat for me. Except within a Roll Template field.
or &&newline&&
Shift-return was the first thing I tried and didn't work either. I've been using empty lines for years in my macros and they've output just fine, it's only recently that they stopped, which is why it's so odd. Guess I'll stick to using an HTML line break for the time being.