I have a trigger that responds to any white text by outputting 'Triggered white text.'
In the MUD I'm trying to script for, I can select between 15 different colours for various output. For various reasons, I need to trigger much text based solely on color.
I have, however, two different shades of 'white' output, both of which fire my white text trigger (using the 'white' option in the trigger dialog). These are colors #FFFFFF and #C0C0C0. How would I go about differentiating the two, for purposes of triggers?
In the MUD I'm trying to script for, I can select between 15 different colours for various output. For various reasons, I need to trigger much text based solely on color.
I have, however, two different shades of 'white' output, both of which fire my white text trigger (using the 'white' option in the trigger dialog). These are colors #FFFFFF and #C0C0C0. How would I go about differentiating the two, for purposes of triggers?