I'm thinking of making a game, and want a certain variable (health percentage, or something) to be displayed on the screen permanently when in game time, not in cutscenes.
Help please. I want this to be in a GUI.....
8)
Create a GUI, make it allways on. Turn it off in cutscenes. In the GUI put a label, where you update the healt amout with SetLabelText.
SetLabelText should be put in repeatedly_execute. Put there also your script for removing the GUI during cutscenes.
:-\ Yeah, but I want the variable to continue updating......
Update it in repeatedly_execute then.