Game Development Community

Gui and character stats

by Andrew D. · in Game Design and Creative Issues · 02/16/2009 (1:03 pm) · 2 replies

Here is what I want to do in TGE 1.5:
Have the gui show the character stats (variable) with the stat name next to it.

example:
//Strength would just be a normal GuiTextCtrl
//What gui profile would print a variable to the gui from the game?

Strength 12
Will 11
Dexterity 14

()Mage
()Fighter

//I'm also using radio buttons. I want the radio buttons to be able to //update the printed variables. If I choose the Mage, the stats will //update to the Mage stats and if I choose the fighter the fighter //stats will show up.




Thanks

#1
02/16/2009 (3:01 pm)
Have a look at this control for displaying stats.

www.garagegames.com/community/blogs/view/16287
#2
02/16/2009 (8:35 pm)
Thanks, this will help me out a lot! :D