ID:1086475
 
(See the best response by Jemai1.)
I'm trying to make a "message box" like those in Final Fantasy games, but I don't think I can do this with the maptext.
All I want is after the first line is printed, the second one prints bellow, but the standard behavior of the maptext makes the first line "rise" and prints the second line where the first was.

There is a way I can do this with maptext in the way that I want?
I'm using F_A's HudGroups library and I saw in a demo that I can do it without maptext, but it seems to be so much harder to do!
If you like, you can use my library for that.
In response to Jemai1
I don't think I can use your library for that...
You'll have to change the text align using HTML or CSS, or whatever.
In response to Gland Mopa
Best response
Oh, I misread your post. To align it on top, you can use the align attribute of your div.
maptext="<div align=top>[text]</div>"
In response to Jemai1
Now I got another problem, but this is hard to explain...
OK, when the maptext reach it's max height, the older line doesn't go up to open space to the new line, so the fifth line never appear...

Is there a way I can change this too?
There is no built-in support for that at the moment.