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.