Where would i put this script?
function serverCmdHelp(%client)
{
// %client is who your sending the command to, 'MessageBoxOK' is what your telling them to do.
commandToClient(%Client,'MessageBoxOK',"Your title goes here","Your message goes here");
}