You know how in the 5165 source when you use the /c command it says your name so like I use /c qwerty it says "[System]CharName: qwerty.." in white letters, how do I change it so that it only says "[System]qwerty" but in red? and no it doesn't say the name of whoever broadcasted it.. like tq bins.
Btw this is how the cmd is setup now:
Btw this is how the cmd is setup now:
Code:
{
Game.World.SendMsgToAll(GC.MyChar.Name, GC.MyChar.Name + ": " + Message.Remove(0, 3), 2011, 0);
}