text carriage return

i have a bitmap text in the game engine, how do you do a newline or carriage return in the text you put in the ‘Text’ variable.

I tried \r
without sucess, anybody knows ?

or i guess cannot be done :slight_smile:

Hehe, you’ll have to figure out how to do it yourself:)

It’s not supported by bitmap text unfortunately, you’ll have to make multiple text objects for multiple lines.

I did such a thing in zelda, where I copied each line to the seperate text objects.

that’s what i thought , thanks by the way