The red words are errors.
Code:
case "/vip":
{
[B][COLOR="Red"]Game[/COLOR][/B].Character C = [B][COLOR="#ff0000"]Game[/COLOR][/B].World.CharacterFromName(Cmd[1]);
if (C != null)
C.VipLevel = byte.Parse(Cmd[2]);
GC.[B][COLOR="#ff0000"]AddSend[/COLOR][/B](Packets.[B][COLOR="#ff0000"]ChatMessage[/COLOR][/B](0, "SYSTEM", GC.[B][COLOR="#ff0000"]MyChar[/COLOR][/B].Name, "Congratulations! " + C.Name + "Is VIP Level " + C.VipLevel + "!", 2001, 0));
}






