hmmm, how do I display the var now? The old method isn't working. Also how can I get it to change the var being displayed. I'd like to display the vars of the actor that you click on.
to do that just make a normal actor and make it text,
the put this in its draw actor event
- Code: Select all
sprintf(text, "Wood level:%d", woodlvl);
I do not know what you mean when you click on a variable, do you mean where you press a button and the text copies to the script so you can use it?
if you want to do that just click on the variables button and on the left of the list you're variables are listed and click on the variable you want.