Author Topic: How do you make multiple lines of text?  (Read 555 times)

Okay, let's say you have one line of text. I want to show another line of text after that, once the first one disappears.

just make the same event with a higher delay

where is this text?
chat message? center print? bottom print?
if it's center/bottom print, sending a new message will overwrite/erase the old one, so you can make them last for 10 seconds and display a new one after only 9 seconds if you wanted to
for chat message, it's probably best to just send all the messages at once, each player's chat scroll speed can be customized and different per player

if it's chat message then use small delays, if it's bottomprint or centerprint use <br>

if it's chat message then use small delays, if it's bottomprint or centerprint use <br>
it sounds like he actually wants to show them one after another has disappeared, multiple time based lines of text, instead of on multiple vertical lines of text