What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [split] reply to ANYTHING the other contact sent you?

[split] reply to ANYTHING the other contact sent you?
Author: Message:
Onaedo
New Member
*


Posts: 1
Joined: Aug 2006
O.P. RE: Tips
What would the script be if you wanted to reply to ANYTHING the other contact sent you?
08-01-2006 07:45 PM
Profile E-Mail PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: [split] reply to ANYTHING the other contact sent you?
code:
function ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)//when a message is sent by anyone
{
if (origin !== Messenger.MyName)//if it is not my message
{
ChatWnd.SendMessage("")//Send this message (Message goes between the quotes)
}
}
All you need to do now is enter between the quotes what you want to say when a contact sents you a message (please don't use the command for a nudge because that does get very annoying :P)
[Image: markee.png]
08-01-2006 09:32 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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