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

broken example script
Author: Message:
jvlppm
Junior Member
**

Avatar

Posts: 89
Reputation: -4
Joined: Nov 2004
O.P. RE: broken example script
i see, but is not what the scripting documentation says...

if you read, it says that the function on the example works for everybody

and it shows a way to workarround it!

quote:
so let's change the OnEvent_Signin function to this:

function OnEvent_Signin(Email)
{
    if(Email == "your@email.com") //Change for your sign-in email
    {
        var Message = "Hello Master " + Messenger.MyName + "!";
        Message = MsgPlus.RemoveFormatCodes(Message);
        MsgPlus.DisplayToast("", Message);
    }
}


This post was edited on 07-25-2006 at 01:49 AM by jvlppm.
07-25-2006 01:49 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
broken example script - by jvlppm on 07-25-2006 at 01:42 AM
RE: broken example script - by cooldude_i06 on 07-25-2006 at 01:44 AM
RE: broken example script - by cloudhunter on 07-25-2006 at 01:46 AM
RE: broken example script - by jvlppm on 07-25-2006 at 01:49 AM
RE: broken example script - by cloudhunter on 07-25-2006 at 01:56 AM
RE: RE: broken example script - by jvlppm on 07-25-2006 at 01:57 AM
RE: broken example script - by matty on 07-25-2006 at 02:25 AM
RE: broken example script - by jvlppm on 07-25-2006 at 03:12 AM


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