Wiki shows an option that I have used successfully in the past:&nbsp; <a href="https://wiki.roll20.net/Button#Multiple_Commands" rel="nofollow">https://wiki.roll20.net/Button#Multiple_Commands</a> but it seems that something has changed in the VTT and the new lines are now ignored. Line One&amp;#13;&amp;#10;Line Two&amp;#13;&amp;#10;Line Three &amp;#13;&amp;#10; are ignored completely.&nbsp;&nbsp; I normally use %NEWLINE% so I ran a few more tests;&nbsp; Line One%NEWLINE%Line Two%NEWLINE%Line Three While %NEWLINE% works in this simple text-only example, if you try and use %NEWLINE% to roll multiple roll templates; &amp;{template:default}{{Line One}}%NEWLINE%&amp;{template:default}{{Line Two}} %NEWLINE% is ignored and it seems to merge the two roll templates together. What is expected is that each roll template "should" be executed separately such as when manually inserting a new line between commands within a single macro; &amp;{template:default}{{Line One}} &amp;{template:default}{{Line Two}} Most importantly for my use case on character sheets; I've also noticed that %NEWLINE% is being ignored when used within the textarea in the HTML of a sheet. &lt;textarea name="attr_newline_test"&gt;Line One%NEWLINE%Line Two%NEWLINE%Line Three&lt;/textarea&gt; Can anyone think of another alternative or option? (bug report submitted: 454343)