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:
Barathrum
Junior Member
**

Avatar
.......................

Posts: 42
30 / Male / Flag
Joined: Nov 2009
O.P. I'm trying to create a Responder (Nedd some help)
Hello all.
I'm trying to make a basic bot. I will describe what it should do. I hope someone can make it for me, really appreciated.

It starts when someone would click me and write something, then the bot should give him the text: "Press -1 for exit, or press -2 to talk with [here it should say the email of the person he is talking to]"
And so if he says -1 it should close the chat windows for both the guy with the bot and the guy that clicked him.
If he says -2 then it should send a nudge to the guy with the bot. And then send a messege with text: "[email of the guy with the bot] Should get back to you in a moment.

If anyone can make this for me, I will really appreciate it alot!

Thank you in advance.
11-29-2009 03:41 PM
Profile E-Mail PM Find Quote Report
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
Barathrum
Junior Member
**

Avatar
.......................

Posts: 42
30 / Male / Flag
Joined: Nov 2009
O.P. RE: I'm trying to create a Responder (Nedd some help)
Oh, well yes the guy with the bot will have it installed the other not, so let's say it will only close the window for the guy with the bot if he types -1
The email should be the one from who uses the bot, I know there was something to know the email... Like on Script initilization you can set a variable that has the value of the email of the user of the bot.

Hope this clears it up a little more

EDIT: Bump

This post was edited on 12-05-2009 at 04:12 PM by Barathrum.
11-29-2009 05:53 PM
Profile E-Mail PM Find Quote Report
Barathrum
Junior Member
**

Avatar
.......................

Posts: 42
30 / Male / Flag
Joined: Nov 2009
O.P. RE: I'm trying to create a Responder (Nedd some help)
bump, please I really need it :/
12-13-2009 03:49 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: I'm trying to create a Responder (Nedd some help)
Seeing as you can't detect when someone opens your chat window, it's not possible.
<Eljay> "Problems encountered: shit blew up" :zippy:
12-13-2009 04:56 PM
Profile PM Find Quote Report
Barathrum
Junior Member
**

Avatar
.......................

Posts: 42
30 / Male / Flag
Joined: Nov 2009
O.P. RE: I'm trying to create a Responder (Nedd some help)
not when someone opens it, it must activate when someone writes something...but only once for each person in one chat window...
12-18-2009 05:00 PM
Profile E-Mail 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