What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » smarterchild reply (simple for most people)

smarterchild reply (simple for most people)
Author: Message:
general sirhc
New Member
*


Posts: 11
Joined: Oct 2007
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.
10-14-2007 03:46 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
smarterchild reply (simple for most people) - by general sirhc on 10-14-2007 at 03:46 AM
RE: smarterchild reply (simple for most people) - by win_crook on 10-14-2007 at 09:08 AM
RE: smarterchild reply (simple for most people) - by vaccination on 10-14-2007 at 09:27 AM
RE: smarterchild reply (simple for most people) - by general sirhc on 10-14-2007 at 02:12 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On