What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Last status timer

[request] Last status timer
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [request] Last status timer
quote:
Originally posted by gdumitresco
Guys, I'm going to test the "else if" method back, the switch method it's no bringing the right status PSM, even online it brings the wrong message... strange! Does it need the "break" stuff?
Yes, it needs the break stuff. The SWITCH statement is a lot more effecient and shorter than a whole bunch of IF THEN ELSEs.

code:
function OnEvent_MyStatusChange(nNewStatus) {
    switch (nNewStatus) {
        case 3: Messenger.MyPersonalMessage = oPersonalMessage; break;
        case 6: Messenger.MyPersonalMessage = "Estou ausente desde "+GetTime(); break;
        case 4: Messenger.MyPersonalMessage = "Estou ocupado desde "+GetTime(); break;
        case 5: Messenger.MyPersonalMessage = "Saí às "+GetTime()+" mas volto logo!"; break;
        case 7: Messenger.MyPersonalMessage = "Estou ausente desde "+GetTime(); break;
        case 8: Messenger.MyPersonalMessage = "Estou em uma ligação desde "+GetTime(); break;
        case 9: Messenger.MyPersonalMessage = "Estou almoçando desde "+GetTime(); break;
    }
}


;)

This post was edited on 07-14-2007 at 02:26 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-14-2007 02:19 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] Last status timer - by gdumitresco on 07-09-2007 at 06:02 PM
RE: [request] Last status timer - by matty on 07-09-2007 at 07:03 PM
RE: [request] Last status timer - by gdumitresco on 07-09-2007 at 07:17 PM
RE: [request] Last status timer - by gdumitresco on 07-12-2007 at 07:34 PM
RE: [request] Last status timer - by matty on 07-12-2007 at 08:33 PM
RE: [request] Last status timer - by pollolibredegrasa on 07-12-2007 at 08:39 PM
RE: [request] Last status timer - by gdumitresco on 07-12-2007 at 11:24 PM
RE: [request] Last status timer - by matty on 07-12-2007 at 11:52 PM
RE: [request] Last status timer - by gdumitresco on 07-12-2007 at 11:57 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 12:07 AM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 12:27 AM
RE: [request] Last status timer - by CookieRevised on 07-13-2007 at 09:05 AM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 01:09 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 01:37 PM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 01:39 PM
RE: [request] Last status timer - by Deco on 07-13-2007 at 03:31 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 08:03 PM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 08:31 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 08:45 PM
RE: [request] Last status timer - by gdumitresco on 07-14-2007 at 01:52 PM
RE: [request] Last status timer - by CookieRevised on 07-14-2007 at 02:19 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