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:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: RE: automatic initiate boss protection
quote:
Originally posted by matty
Javascript code:
function OnEvent_MyStatusChange (nStatus) {
    if (nStatus === STATUS_IDLE) {
        Messenger.LockMessenger = true;
    }
}



Well, that ain't working at all. Should be like this:

JScript code:
function OnEvent_MyStatusChange (nStatus) {
    if (nStatus === STATUS_IDLE) {
        Messenger.LockMessenger(true);
    }
}


This post was edited on 04-12-2010 at 07:32 PM by SmokingCookie.
04-12-2010 07:32 PM
Profile 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