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
ID:177466
Sep 5 2002, 4:18 pm
|
|
Sep 5 2002, 4:57 pm
|
|
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") Lummox JR |
In response to Lummox JR
|
|
Oh yeah, you're right. Stat panels do whatever they can to confuse me. Same idea anyway.
|