i have made a script and don't know why it doesn't work can someone please help me
code:
function OnEvent_ChatWndSendMessage(chat_created)
{
SendMessage("/usay hi" + MyName);
}
also i don't know what the brackets after OnEvent_ChatWndSendMessage are for (i made the ones there up as a guess)