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

MyStatusChange
Author: Message:
Addenorw
New Member
*


Posts: 5
Joined: Nov 2007
O.P. Huh?  MyStatusChange
I have a little problem. And as you probably will see on my problem, I am a newbe.

I trid to fix so I get a message every time I change my status. This is what I wrote:
function OnEvent_MyStatusChange(Email)
{
    if(Email == "andvibeto@msn.com") //Change for your sign-in email
    {
        var Message = "Your status have been chenged to " + Messenger.StatusChange + "!";
        Message = MsgPlus.RemoveFormatCodes(Message);
        MsgPlus.DisplayToast("", Message);
    }
}

The script debugging says everything is fine. Does anyone see what i do wrong?
11-03-2007 02:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MyStatusChange - by Addenorw on 11-03-2007 at 02:30 PM
RE: MyStatusChange - by Mnjul on 11-03-2007 at 02:38 PM
RE: MyStatusChange - by Felu on 11-03-2007 at 02:44 PM
RE: MyStatusChange - by Spunky on 11-03-2007 at 02:45 PM
RE: MyStatusChange - by Matti on 11-03-2007 at 03:25 PM
RE: MyStatusChange - by Felu on 11-03-2007 at 03:58 PM
RE: MyStatusChange - by Addenorw on 11-03-2007 at 06:27 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