ID:163050
 
just trying to get the stat tab to show the name of the stats it's displaying the value for this is what I've got so far:

mob
icon = 'person.dmi' //make it so all mobs will be created with the person icon
Stat()
stat(HP)
stat(wealth)
stat(strength)
stat(persona)
stat(stamina)
stat(agility)
var
HP = 30
wealth = 100
strength = 10
persona = 10
stamina = 10
agility = 10

How do ya get the white program box to paste for topics anyhow? since that method seems preferred.

mike-

anyone else just getting started the solution was this command inside each box: stat("HP:",HP) for each with what you want it called inside quotes colon ofter the name and comma after the quotes .

Stat()
stat("HP:",HP)
stat("Wealth:",wealth) ect...
stat(strength)
stat(persona)
stat(stamina)
stat(agility)
var
HP = 30
wealth = 100
strength = 10
persona = 10
stamina = 10
agility = 10


mike-
Er, so you want what now? I couldn't decipher what you want >_>

And for the white box, paste the snippet in the <DM></DM> tags.

Maybe you're looking for statpanel()? (Check it out to see what I mean)
More info on stat panel that you may find interesting to know about
Stat()
statpanel("Stats!")
stat("HP: [HP]")
statpanel("Inventory",contents)
In response to GhostAnime
tx for the link
In response to Kichimichi
Got alot out of that link tx, got stat panals seperate and displaying names before each value (ie: Strength 10, Gold 253 ect) got to figuring out how to make verb panals seperate as well thanx again.
In response to Kichimichi
No problem :)