Edited because my first one was crazy. Thanks to Nightwing for cleaning that up. I changed mine up a bit just for personal preference.
Quote:
#CLASS {Info Colors }
#TRIGGER {{Yes|No} 100~%} {#CO white}
#TRIGGER {{Yes|No} 9?~%} {#CO white}
#TRIGGER {{Yes|No} [7-8]?~%} {#CO steelblue}
#TRIGGER {{Yes|No} 6?~%} {#CO sandybrown}
#TRIGGER {{Yes|No} 5?~%} {#CO red}
#TRIGGER {{Yes|No} [1-4]?~%} {#CO high,red}
#TRIGGER {{Yes|No} ?~%} {#CO high,red}
#CLASS 0
Nightwing's good.Update: I've noticed that this wasn't working on my laptop, even though I'm using the same version of Zmud on it as I do my desktop, where this class does work. I did some tweaking, and by inserting %s I managed to fix the issue. Not sure why it was an issue to begin with, though. Weird.
Quote:
#CLASS {Info Colors}
#TRIGGER {{Yes|No} %s 100~%} {#CO white}
#TRIGGER {{Yes|No} %s 9?~%} {#CO white}
#TRIGGER {{Yes|No} %s [7-8]?~%} {#CO steelblue}
#TRIGGER {{Yes|No} %s 6?~%} {#CO sandybrown}
#TRIGGER {{Yes|No} %s 5?~%} {#CO red}
#TRIGGER {{Yes|No} %s [1-4]?~%} {#CO high,red}
#TRIGGER {{Yes|No} %s ?~%} {#CO high,red}
#CLASS 0