ID:177466
 
Hmmm what's wrong with this...

mob
Stat()
statpanel("[usr]")
stat("[name]")
stat("red\ Physical Stats")
stat("HP:","[HP]/[Max_HP]")
stat("MP:","[MP]/[Max_MP]")
stat("Strength:","[Strength]")
stat("Defense:","[Defense]")

I want it to show physical stats as red.

Thanx,
Punkrock546
stat("", "Physical Stats")
In response to Garthor
That still didn't answer my question...How do you make "Physical Stats" red?

Punkrock546
In response to Punkrock546
You can't change the colors of things in stat panels. They can be black or red, depending on where they are. If it's black now, you can add a "", before it, putting it into the second slot, and it becomes red.
In response to Garthor
Garthor wrote:
You can't change the colors of things in stat panels. They can be black or red, depending on where they are. If it's black now, you can add a "", before it, putting it into the second slot, and it becomes red.

Actually you'd have to put the "" after it, so the text goes in the first column.
stat("This is in black")
stat("This is in red","This is in black")
O.suffix="This is in blue" // O should be an atom, like an obj
O.name="This is in black"
stat(O)
O.icon='thingy.dmi'
O.name="This is in black and it has an icon"
stat("This is in red",O)

Lummox JR
In response to Lummox JR
Oh yeah, you're right. Stat panels do whatever they can to confuse me. Same idea anyway.