Speech bubble with multiple lines

I need my sprite to say some stats ot the game that I am currently programming. But I don`t want it to write on the stage permanently. Therefore it needs to say the stats in a speech bubble with multiple lines.

I tried using a list but I would prefer it not to look like a list while playing the game, so that isn`t a good option either.

How can I make my sprite say multiple lines in one speech bubble?


The MULTILINE block is in the “Strings, Multi-line input” library.

It worked. Thanks!

Note that if the text has too many lines (i.e. does not fit the stage height), the speech bubble will gain a scrollbar, but it is initially scrolled to the bottom (as opposed to the top as usual).

Oh, interesting! Actually I only need up to 4 lines in this project but maybe I will use that in another one.