quote:
Originally posted by Lamaboy
Haha, I wish I knew that. Oh well, I have learned some with playing around with this, so I want to finish now.
code:
Var ChatWnd::ChatLogEnabled = false
I don't understand how to set that to false, I don't know this language at all. I did come across that in the scripting help file though, just so you know I did try to do it myself.
That's a property of the ChatWnd object, you can set it like this:
jscript code:
ChatWnd.ChatLogEnabled = false;