Page 1 of 1

Another strcpy question

PostPosted: Mon Jul 26, 2010 8:25 pm
by Toasterman
I prefer using strcpy to useing the built in funtion "change text"; specially if there is alot of text.
However, I don't know how to do much of anything via strcpy to change the text- like change fonts.

So what I want to know is: Can you change the font useing strcpy?, Can you have parenthisese inside the text (like for a quote etc.)?, is there any better way to change font color besides making a new font? and any other functions that may be helpful like using \n to add a line (the only one I do know).

Thanks to any responce in advance + sorry for all the questions (this is my 7?) in the last few days alone!

Re: Another strcpy question

PostPosted: Mon Jul 26, 2010 8:32 pm
by DST
To change a font, use the 'set text' function (in the add events list).

To change a font color, make all your fonts white, and then adjust the rgb values of the actor.

b=0; g=0; //creates red text.

Re: Another strcpy question

PostPosted: Mon Jul 26, 2010 9:08 pm
by Toasterman
thanks :) that will make changing color MUCH easier