|
PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Sat Oct 25, 2003 3:08 am
Riddle me this.. |
I have my guildtalk line colored as a trigger but sometimes it will color half the line dark blue (not readily visible against a black background) or it will color the first line black and the next line is the color.
Here you go.
#TRIGGER {guildtalks} {#COLOR orange}
Any way to fix? LMK
Thanks |
|
|
|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Sat Oct 25, 2003 3:13 pm |
well If its a multiline GuildTalk, meaning it wraps to the next line your going to only color the first line, The second line is going to stay the default color, You might want to look into putting
#TRIGGER {guildtalks} {#T+ guildcol}
#TRIGGER {MUD PROMPT} {#T- guildcol}
#CLASS guildcol
#TR {*} {#CO Orange}
#CLASS 0
where MUD PROMPT is your mud specific prompt, this should work to color the entire Guildtalk and not just the first line which I -think- is what your saying is happening, If its not forgive me, Its rather early in the morning here, and I havn't had any sleep in over 24 hours so I could just be out of it :) |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Oct 25, 2003 6:16 pm |
Verified the problem, Prestopimp. I posted a bugreport on the Beta forum.
The problem occurs when zMUD wraps a #COLOR line. I don't see any way to fix it, but you can read the line by dragging the mouse over it so it gets highlighted. |
|
|
|
PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Sun Oct 26, 2003 6:42 am |
Yeah that's what i've been doing its just annoying :) thanks though
|
|
|
|
|
|