Hey all, I tried searching for this topic in the forums, so I apologize if I missed it, but I've run into some trouble, and I'm hoping someone can throw me an answer.
I'm trying to create a character screen for a player that reflects its stats.
I have a dictionary called "PlayerAttributes" with an instance variable called "Strength" and I created a SpriteFont which I want to display the current Strength value. What I tried doing was putting in:
Every tick - set SpriteFont text : PlayerAttributes.Strength
in my event sheet, but it doesn't work. Is it possible to set a textbox, or spritefont's text to a numerical instance variable, or does it have to be a string?
Hope my question is understandable. Please help!
Thanks.
-BabyCave