What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] New Inactive Icon / Change contact's nickname

[REQUEST] New Inactive Icon / Change contact's nickname
Author: Message:
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: [REQUEST] New Inactive Icon / Change contact's nickname
code:
function OnEvent_ContactStatusChange(Email,NewStatus) {
        if(NewStatus == 6) {
                var contact = Contacts.GetContact(Email);
                MsgPlus.DisplayToastContact("Idle Alert",contact.Name,"Has gone idle.");
        }
}

Something like that should do it for you. Should work, but can't really test it out right now.

This post was edited on 07-23-2006 at 06:56 AM by Silentdragon.
07-23-2006 06:49 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST] New Inactive Icon / Change contact's nickname - by Firehalk on 07-22-2006 at 11:25 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by cloudhunter on 07-23-2006 at 12:03 AM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Falco Lombardi on 07-23-2006 at 03:01 AM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by cloudhunter on 07-23-2006 at 03:41 AM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Firehalk on 07-23-2006 at 06:33 AM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Silentdragon on 07-23-2006 at 06:49 AM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Parsnipzilla on 07-23-2006 at 11:25 AM
RE: RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Firehalk on 07-23-2006 at 04:07 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by The_Joker on 07-23-2006 at 05:02 PM
RE: RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Firehalk on 07-23-2006 at 05:14 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by cloudhunter on 07-23-2006 at 05:55 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by matty on 07-23-2006 at 06:52 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by cloudhunter on 07-23-2006 at 07:00 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by Firehalk on 07-23-2006 at 09:41 PM
RE: [REQUEST] New Inactive Icon / Change contact's nickname - by cloudhunter on 07-23-2006 at 09:45 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