|
Klora Newbie
Joined: 19 Jul 2006 Posts: 2 Location: Ottaw, Canada
|
Posted: Wed Jul 19, 2006 10:36 pm
Status Window |
I'd like to set up a status window that displays the spells that's on the character.
Is there a way to change the font of the status window, as well as add color to it? It'd be useful if I could set the 'off' to red, the 'on' to green.
Thanks. |
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Wed Jul 19, 2006 11:19 pm |
In Preference>Fonts there is a font selection for status windows. As for coloring, I always used MXP tags such as <color red>@target</color>. Or maybe this isn't MXP tags, but it works.
If you want to change colors, when you make the trigger that goes off of what changes things you can do something like this:
Code: |
voicebal = ~<color red>No~</color>
tuneup = ~<color cyan>Yes~</color> |
|
|
|
|
Klora Newbie
Joined: 19 Jul 2006 Posts: 2 Location: Ottaw, Canada
|
Posted: Thu Jul 20, 2006 12:25 am |
That's so helpful, and just what I needed. Thank you very much.
|
|
|
|
|
|