What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Delayed Signin

[Release] Delayed Signin
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Delayed Signin
You can edit the script yourself:

Go to Plus! > Preferences > General > Scripts > Delayed Signin > Edit

You will see:
code:
function OnEvent_Initialize(MessengerStart)
{
MsgPlus.AddTimer('delay',20000);
}

function OnEvent_Timer(timerId)
{
if (timerId == 'delay');
Messenger.Autosignin();
}


Now simply change the delay time (the underlined part in the above code) from 20000 to whatever you want. The number is in milliseconds, so:

1000 = 1 second
10000 = 10 seconds
60000 = 1 minute
etc

After you've changed it, press "Close" and you're done.

;)
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-12-2006 03:15 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Delayed Signin - by Joeviocoe on 08-26-2006 at 09:18 PM
RE: [Release] Delayed Signin - by Ezra on 08-26-2006 at 09:39 PM
RE: [Release] Delayed Signin - by Spunky on 08-26-2006 at 10:05 PM
RE: [Release] Delayed Signin - by JYap on 10-24-2006 at 01:07 PM
RE: [Release] Delayed Signin - by Kenji on 10-24-2006 at 03:38 PM
RE: [Release] Delayed Signin - by JYap on 10-24-2006 at 10:16 PM
RE: [Release] Delayed Signin - by JYap on 11-08-2006 at 08:42 PM
RE: [Release] Delayed Signin - by CookieRevised on 11-12-2006 at 03:15 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