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

automatic initiate boss protection
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: automatic initiate boss protection
Here is a quick script that will lock messenger when you status is set to idle.

In order for this to work WLM has to be allowed to change your status to idle after X minutes of inacctivity.
Javascript code:
function OnEvent_MyStatusChange (nStatus) {
    if (nStatus === STATUS_IDLE) {
        Messenger.LockMessenger = true;
    }
}

03-22-2010 01:07 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
automatic initiate boss protection - by SkykeN on 03-22-2010 at 10:22 AM
RE: automatic initiate boss protection - by matty on 03-22-2010 at 01:07 PM
RE: RE: automatic initiate boss protection - by SmokingCookie on 04-12-2010 at 07:32 PM
RE: automatic initiate boss protection - by matty on 04-12-2010 at 07:38 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