Page 1 of 1

how do you change an actors text in script editor?

PostPosted: Thu Jun 28, 2007 10:21 pm
by DarkParadox
how do you change an actors text in script editor?

PostPosted: Thu Jun 28, 2007 10:23 pm
by metal_pt
Try it like this:

If it is a string:
Code: Select all
strcpy(actortext.text,"the text you want");

If it is a number:
Code: Select all
actortext.textNumber=1;