Page 1 of 1

How i change the Text in the Script editor?

PostPosted: Wed Mar 29, 2006 3:10 pm
by regine
How i can the Text from an Actor in the Script Editor?

I tested wíth:

Test.text = Test;

What i must do, to change the Text in the Script Editor.

PostPosted: Wed Mar 29, 2006 3:45 pm
by frodo
say you want to change your text to:

hello
how are you?


Do this in script:

strcpy(aaaa.text,"hello \nhow are you");

The \n will make a new line.