I didn't find a match in the forum search for this topic under trigger, colour, or text_colour, so forgive me if it's been talked about before.
My MUD uses colors (silver #C0C0C0 and teal #008080 to be exact) for the room name and description. I'm trying to make the GUI Mapper work for my MUD, but I don't know how to make the 'text_colour' option in the trigger use these colors.
From the groking I've been able to do on the forum already, it seems like this option *only* accepts ranges from 0-15 (indeed, when I print the styles out I get 12632256 and 8421376 respectively, and then use those values I get an error 'Range is 0 to 15'.
So, any recommendations on how I would solve this problem? How can I make trigger fire on a text_colour that's not 0-15?
My MUD uses colors (silver #C0C0C0 and teal #008080 to be exact) for the room name and description. I'm trying to make the GUI Mapper work for my MUD, but I don't know how to make the 'text_colour' option in the trigger use these colors.
From the groking I've been able to do on the forum already, it seems like this option *only* accepts ranges from 0-15 (indeed, when I print the styles out I get 12632256 and 8421376 respectively, and then use those values I get an error 'Range is 0 to 15'.
So, any recommendations on how I would solve this problem? How can I make trigger fire on a text_colour that's not 0-15?