What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Status when locked

Status when locked
Author: Message:
bimmerdriver
New Member
*


Posts: 10
Joined: Dec 2007
O.P. RE: RE: RE: Status when locked
quote:
Originally posted by fatfreechicken
Uncheck the option mentioned earlier in the thread, as this will stop it changing your status when you go into lock.

Then, create a script with the following code:
code:
function OnEvent_MessengerLocked(){
    if (Messenger.MyStatus == 3){
        Messenger.MyStatus = 5; //Set to BRB
    }
}

This will simply set your status to brb whenever your status is online and you lock messenger. (You'll need to manually change your status though when you unlock however)


Hope this helps :)
Thanks a lot for the help. I'm a newb with scripts so I have a question about how to use it. Do I have to load and execute it each time I start up WLM or is there a way to get MsgPlus to load/execute it when it starts?
02-18-2008 04:46 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Status when locked - by bimmerdriver on 02-11-2008 at 06:08 AM
RE: Status when locked - by Justin on 02-12-2008 at 10:05 PM
RE: RE: Status when locked - by pollolibredegrasa on 02-17-2008 at 11:03 PM
RE: RE: RE: Status when locked - by bimmerdriver on 02-18-2008 at 04:46 AM
RE: RE: RE: Status when locked - by Jesus on 02-19-2008 at 04:12 AM
RE: Status when locked - by Quantum on 02-12-2008 at 10:17 PM
RE: Status when locked - by Jesus on 02-12-2008 at 11:01 PM
RE: RE: Status when locked - by bimmerdriver on 02-17-2008 at 10:28 PM
RE: Status when locked - by RaceProUK on 02-19-2008 at 02:16 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