What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » auto-away on idle?

auto-away on idle?
Author: Message:
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: auto-away on idle?
Haven't tested it yet but I believe this should do the job:
code:
function OnEvent_MyStatusChange(NewStatus)
{
    if( NewStatus == 6 )
    {
        Messenger.MyStatus = 7;
    }
}
(First script I've done)

I'm planning to write some small utilities, I will add this option there too.

This post was edited on 06-27-2006 at 06:56 AM by The_Joker.
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
06-27-2006 06:23 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
auto-away on idle? - by ezkim0x on 06-26-2006 at 11:07 AM
RE: auto-away on idle? - by The_Joker on 06-26-2006 at 11:20 AM
RE: auto-away on idle? - by ezkim0x on 06-26-2006 at 10:15 PM
RE: auto-away on idle? - by The_Joker on 06-27-2006 at 06:23 AM
RE: auto-away on idle? - by ezkim0x on 07-02-2006 at 10:52 AM
RE: auto-away on idle? - by ezkim0x on 07-03-2006 at 07:38 AM
RE: auto-away on idle? - by The_Joker on 07-03-2006 at 10:03 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