do you mean display wood lvl?
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.