Skip to content
ClearMSN Connection

Changing the color of text

A TG007 community discussion started by Rudeboy.

Discussion 3 posts
Page 1 of 1
Open
Topic #2409 · 3 published posts · 1,138 views

was working on my gamebot and I noticed something i had a question about. on vin you can change different lines colors by putting S Tahoma;0 and such before the line. Is there any way to get clearmsn to do this? i want like 3 different line but i want them in different colors.

If you want different colored lines, such as one line red, and the second line blue, and such just make a variable that changes %mycolor to a different color.

 

on *:INPUT:*:{ set %mycolor $read(colors.txt) }
on *:TEXT:*:#:{ set %mycolor $read(colors.txt) }
alias changecolor { set %mycolor $read(colors.txt) }

 

Those are just three examples you can do it for ClearMSN.

 

P.S.: %mycolor is the variable ClearMSN uses for colored text.

Edited Jan 2, 2005 4:36 PM by Warrior124

you can also stick with the code you were using in vincula, and in the ClearMSN control panel, go to the Font tab and un-check the box at the top so ClearMSN won't format your messages with its font controls. your other code will do the formatting if that box is unchecked.

bfush.PNG