Page 1 of 1

Creating Text in Script Problem

PostPosted: Sat Apr 23, 2011 10:50 pm
by PWNED
Hey Everyone!
Ok, lets cut to the chase, Im stuck again :oops: could you help me out?
the problem is that I want to be able to have a setText inside of the script editor, but sadly I didnt see it...
Do you guys know what to do?

Re: Creating Text in Script Problem

PostPosted: Sat Apr 23, 2011 11:52 pm
by Game A Gogo
use the strcpy function
Code: Select all
strcpy(text,"Hello world!\n the \\n is to input a new line!");