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:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: RE: Status when locked
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 :)

This post was edited on 02-17-2008 at 11:08 PM by pollolibredegrasa.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
02-17-2008 11:03 PM
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