chatMessageAll(messagetype,message);
So, you're gonna want to type:
chatMessageAll('',"\c6Test");
The message type should be two 's, not a single "
The message needs to be between "s
Putting \c6 in the message will make everything after it white
talk(message); works the same way, for the most part, and it's a bit simpler.