It didn't even react when I tried, I just changed it, but I do get an error in the console so the server DID react sort of. :D
package woot
{
function servercmdmessagesent(%client,%message)
{
if(getSubStr("hi",0,1) = "h")
{
messageall('',"<color:FFFF00>Gamerbot<color:FFFFFF>: Hey there.");
}
parent::serverCmdMessageSent(%client,%message);
}
};
activatepackage(woot);
Also lare after I fix the problem of actually getting Gamerbot to say Hey there how do I make it so he says it after the client?
[/s]