Well, I was just playing around some and couldn't get my damn script to work.
What I tried was:
function OnEvent_ChatWndCreated(ChatWnd, Message)
{
var h = hey;
ChatWnd.SendMessage("", h);
}
Since I don't get any compilation errors I can't really figure out the problem. If anyone sees it, please help me. =)
Ooh, I also wonder what the variable for the text someone is sending is on event OnEvent_ChatWndReceiveMessage. (I think it's just something like if (Text == ****), but hell. Since I'm asking I might as well ask everything on my mind. Aah and does C/C++ stuff work? Like || && ! (OR AND NOT)
Thanks for any help I can get.