RE: Is this possible to make?
JScript code: function OnEvent_ContactSignin(Email){
var ChatWnd = Messenger.OpenChat(Email);
if(ChatWnd.EditChangeAllowed){
/* Send the message */
ChatWnd.SendMessage("Hello :)");
/* Close the ChatWnd */
ChatWnd.SendMessage("/close");
}
/* Commented since this causes "we were unable to start conversation" error. (timer needed?) */
//Interop.Call("user32", "SendMessageW", ChatWnd.Handle, 0x10, 0, 0);
}
damn it billy
This post was edited on 03-01-2010 at 01:01 AM by roflmao456.
[quote]
Ultimatess6: What a noob mod
|