 |
necropsian Beginner
Joined: 29 Jan 2002 Posts: 14 Location: USA
|
Posted: Sun May 19, 2002 12:17 am
Color trigger for a drop in numbers |
I was wondering if someone could help me with a color trigger. I want the gold value in my prompt to change color if the amount changes in anyway. My prompt looks like this: -=(1403hp)-(354mv)-(1033g)=-
Any help is greatly appreciated. |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun May 19, 2002 2:25 am |
#VAR lastgold 0
#TR {(%d)g} {#IF (%1 <> @lastgold) {#CW red;#VAR lastgold %1}}
LightBulb
Vague questions get vague answers  |
|
|
 |
necropsian Beginner
Joined: 29 Jan 2002 Posts: 14 Location: USA
|
Posted: Mon May 20, 2002 11:57 am |
Thanks!! This helps me tremendously, thank you very much. :)
|
|
|
 |
|
|