O.P. RE: How to open group chat windows
That's it. I figured out.
Now I'm trying to count how many contacts are present in the chat window.
I've found this:
var WndContacts = iOriginWnd.Contacts;
if(WndContacts.Count == 2){do some stuff}
but I'm having problems agains..
anybody??
great help guys, I would never make a script without your help.
|