Game Development Community

Multiline text in a GUI Window

by AzraelK · in Torque Game Builder · 09/28/2006 (12:21 pm) · 2 replies

Im trying to use multiline text in my adventure game, but I cant seem to figure out how to present text in a multiline text control, how can I present more than one line of text in a single text control?

#1
09/28/2006 (3:10 pm)
Ok I found out by myself i needed the GuiMLtextControl It works to do this exactly.
Unfortunately the text doesnt update in game no matter how much text I pass to it.

What Am I missing?

WindowText.text="Some text";

is not changing the text window.
#2
09/28/2006 (10:00 pm)
Try

WindowText.setText("some text");