What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] i need help with my script

[help] i need help with my script
Author: Message:
devils elbow
New Member
*


Posts: 2
Joined: Mar 2005
RE: [help] i need help with my script
Hmm, try:

code:
function OnEvent_ContactMediaChange(sEmail, sNewMedia)
{
    var sNotice = sEmail + "is now listening to" + sNewMedia;
    sNotice = MsgPlus.RemoveFormatCodes(sNotice);
    MsgPlus.DisplayToast("", sNotice);
}

06-27-2006 04:47 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] i need help with my script - by huddo121 on 06-27-2006 at 04:06 AM
RE: [help] i need help with my script - by devils elbow on 06-27-2006 at 04:47 AM
RE: [help] i need help with my script - by huddo121 on 06-27-2006 at 05:03 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