Chucl
Member
- ServUO Version
- Publish Unknown
- Ultima Expansion
- None
C#:
Line.Add(string.Format("[{0}]<basefont color=white{1}>{2}<basefont color=white> "
,System.DateTime.UtcNow.ToString("HH:mm:ss]"+" "+"[d/M/y"),
(Config.AutoColoredNames ? (item.Name.GetHashCode()>>8).ToString() : "FF8033"),
Utility.FixHtml(" test,"+" "+item.Name +",test.")));
so the date and everything else appears white,
Utility.FixHtml(" test,"+" "+item.Name +",test."))); <--- i would like to add a color to that part of the code, thanks
Last edited: