O.P. smarterchild reply (simple for most people)
I've just started making my second script ever and i'm still learning the ropes about how do things anyway so far i have got
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind){
if (Origin !== Messenger.MyName)
if (Origin !== '- SmarterChild - *unicef contributing to charity'){
Messenger.OpenChat('smarterchild@hotmail.com')
Contacts = new Enumerator(ChatWnd.Contacts);
Contacts.moveFirst;
Contact = Contacts.item();
Messenger.OpenChat(Contact.Email);
}
}
i'm trying to make it that when some1 sends you a message then you send the message to smarter child then when smarter child replys you send the reply to the person how sent you the message. any other help with scripting and i'll be thankful
SOMEONE PLEASE HELP!
This post was edited on 10-14-2007 at 06:09 AM by general sirhc.
|