Hello,
I’m trying to make a window, for an RPG game, which holds all the information about the character.
But I’m having a few problems:
- How do I enter the character’s stats in here? They are declared and updated in another script. They are all public, but I can’t access them. If I do declare a new instance of that script to access these stats, they will not be updated together with the original one, right?
- In the function that GUI.Window requires, I have to return something, but I don’t understand what.
Thanks in advance!
Simon.