What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » hmm a problem...

hmm a problem...
Author: Message:
mlevit
Junior Member
**


Posts: 50
Reputation: 2
37 / Male / –
Joined: Sep 2005
RE: hmm a problem...
Uggi i think i might have got it.
code:
var sendingMessage = "";

function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
    sendingMessage = Message;
    return Message;
}

function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
    if (Message == sendingMessage)
    {
        //Do nothing
    }
    else
    {
        //Your code here
    }
}
Im not sure but i think this is what you're trying to achive?

What this will do, is check if the message received in the chat window didn't come from you. Obviously if it did, then !popup would't work else if its from someone else it would.

I do think that RaceProUK is right too, you check the Origin of the message against your name, if its from you dont do anything else do stuff.

Not sure, this is what we are getting from your posts.

This post was edited on 08-04-2006 at 01:02 PM by mlevit.
08-04-2006 12:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
hmm a problem... - by uggi on 08-03-2006 at 05:11 PM
RE: hmm a problem... - by rob_botch on 08-04-2006 at 09:29 AM
RE: RE: hmm a problem... - by uggi on 08-04-2006 at 10:14 AM
RE: hmm a problem... - by mlevit on 08-04-2006 at 10:21 AM
RE: hmm a problem... - by RaceProUK on 08-04-2006 at 10:29 AM
RE: hmm a problem... - by uggi on 08-04-2006 at 10:45 AM
RE: hmm a problem... - by RaceProUK on 08-04-2006 at 10:51 AM
RE: RE: hmm a problem... - by uggi on 08-04-2006 at 12:22 PM
RE: hmm a problem... - by RaceProUK on 08-04-2006 at 12:25 PM
RE: RE: hmm a problem... - by uggi on 08-04-2006 at 12:42 PM
RE: hmm a problem... - by mlevit on 08-04-2006 at 12:58 PM
RE: hmm a problem... - by RaceProUK on 08-04-2006 at 01:49 PM
RE: hmm a problem... - by uggi on 08-04-2006 at 02:36 PM
RE: hmm a problem... - by rob_botch on 08-04-2006 at 05:47 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