ID:177329
 
How would i make the text red colored?

FLAME(T as text)
set category = "Communication"
for(var/mob/M in world)
if(M.client && M.flamechan)
M << "[src.name]: [T]"

Punkrock546
<< "<font color=red>[src]:  [T]</font>"