Author Topic: Scripting Help  (Read 386 times)

Say if you had something like:
Code: [Select]
function serverCmdChat(%client, %text)
{
   messageAll('', "\c3" @ %client.name @ "\c6: " @ %text);
}
How could I make it to where I could put more then one word and it would say it?