Text help

i need help with this text script:

cont=GameLogic.getCurrentController()

owner= cont.getOwner()

owner.Text="Your text goes here.text,text,text.blah blah blah."

the problem is that it
types the text like this:Your text goes here.text,text,text.blah blah blah.

but i want it like this: Your text goes here.
text,text,text.
blah,blah,blah.

is there a way to change the script so i can do it that way?please help.thanx in advance. :smiley:

no

in gameblender text can only be one line

you need other objects for the other lines

if you are wiling to do that then it is possible

Hello

Blengine wrote a script to β€œbreak” text lines
Check in the tutorial/scripts list
Bye

thanx guys :smiley: