Page 1 of 1

Displaying the contents of a variable?

PostPosted: Thu Nov 16, 2006 8:35 am
by kruze
How do I display the contents of a variable on-screen or from a Text Actor?

PostPosted: Thu Nov 16, 2006 10:01 am
by sonicfire
in your actor go to "Text" and enter the amount of decimals you want to display your variable with. (e.g. one zero (0) or more (000)).

then choose "draw actor" event -> script editor and enter "textNumber = yourvariable;"

hope it helps! :)

PostPosted: Fri Nov 17, 2006 10:23 am
by kruze
Thx man!