quote:
Originally posted by Bleet
function OnEvent_ChatWndCreated(ChatWnd, Message){
var hey = "hey";
ChatWnd.SendMessage(hey);
}
I tried that too and that didn't work. (I'm not sure if this is what you mean by messafe variable though.
he meant the message parameter in the function
quote:
Originally posted by Bleet
function OnEvent_ChatWndCreated(ChatWnd, Message){