What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » I'm trying to create a Responder (Nedd some help)

I'm trying to create a Responder (Nedd some help)
Author: Message:
SourSpud
Junior Member
**

Avatar
spud, spud, spud, spoon.

Posts: 58
35 / Male / Flag
Joined: Nov 2009
RE: I'm trying to create a Responder (Nedd some help)
Wait, I am not really sure what you're asking for. Are they going to install the script? if so whats the email of the bot going to be and you do know for the conversation to close on both sides then both of you will need it installed, or something like this.

JScript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind) {
    if (Origin !== Messenger.MyName) {
        if (Message =="-1") {
          ChatWnd.SendMessage("/close")
          return ''
          }
        }
    }        
     

11-29-2009 05:27 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I'm trying to create a Responder (Nedd some help) - by Barathrum on 11-29-2009 at 03:41 PM
RE: I'm trying to create a Responder (Nedd some help) - by SourSpud on 11-29-2009 at 05:27 PM
RE: I'm trying to create a Responder (Nedd some help) - by Barathrum on 11-29-2009 at 05:53 PM
RE: I'm trying to create a Responder (Nedd some help) - by Barathrum on 12-13-2009 at 03:49 PM
RE: I'm trying to create a Responder (Nedd some help) - by Spunky on 12-13-2009 at 04:56 PM
RE: I'm trying to create a Responder (Nedd some help) - by Barathrum on 12-18-2009 at 05:00 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