#2, z afrlmeMonday, 01. August 2016, 19:45 hodinky 8 years ago
If you are doing multiple texts inside of a single display text then it's probably a better idea to do them all on the same line anyway, well that or use a separate display text for each text.
Pressing enter / return is the same as br (line break) tag in html, which will work fine if you want to display a single text over multiple lines, but in this case you are ending the current text then creating a line break, which means that even if it displayed it would contain a line break, which would be incorrect.
P.S: you should also really be using ms value in the p tags. p2000ms instead of p2 or p2s. It's the recommended format for p tag duration values.