SS color for zmud
Posted: Wed Mar 14, 2018 11:47 am
I wanted to have a color for ss clanned that was different from my normal "wanted" color so I wrote this up, super simple. Basically addss Xxxx will change the color to bold magenta in zmud.
#CLASS {Seanchan|Color}
#ALIAS addss {#additem seanchan %1}
#ALIAS delss {#delitem seanchan %1}
#VAR seanchan {Meren}
#TRIGGER {{@seanchan}%s} {#cw bold,magenta}
#CLASS 0
#CLASS {Seanchan|Color}
#ALIAS addss {#additem seanchan %1}
#ALIAS delss {#delitem seanchan %1}
#VAR seanchan {Meren}
#TRIGGER {{@seanchan}%s} {#cw bold,magenta}
#CLASS 0