What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » To The Pro's: please correct this cool script

To The Pro's: please correct this cool script
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: To The Pro's: please correct this cool script
Full explanation of the code:
code:
function OnEvent_MyStatusChange(NewStatus){
This rule declares an event function called when you changes your status.
code:
     If (NewStatus == "4"){
And if your new status is set on Busy...
code:
           Messenger.Blocked("xxxx@xxxx.nl");
...an unexisting function Blocked() in the Messenger object will be called. This should have to be
code:
          var sander = Contacts.GetContact("xxxx@xxxx.nl");
          var sanderIsBlocked = sander.Blocked;
to see if you blocked him or
code:
          var sander = Contacts.GetContact("xxxx@xxxx.nl");
          sander.Blocked == true;
to block him. So, no block checker at all!
code:
           MsgPlus.DisplayToast("Sander", "Sander heeft je geblokkeerd." ," C:\Program Files\MSN Messenger\online.wma");
Then, a toast will popup that Sander has blocked you... :-/

Block checkers don't work, and there's no way you can create them due to the Messenger Protocol!
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
07-17-2006 10:15 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:35 AM
RE: To The Pro's: please correct this cool script - by ShawnZ on 07-17-2006 at 09:39 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:43 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 09:44 AM
RE: RE: To The Pro's: please correct this cool script - by segosa on 07-17-2006 at 09:50 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:45 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:52 AM
RE: RE: To The Pro's: please correct this cool script - by segosa on 07-17-2006 at 09:55 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:57 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 10:02 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:03 AM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:04 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:06 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 10:07 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:08 AM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:10 AM
RE: To The Pro's: please correct this cool script - by Matti on 07-17-2006 at 10:15 AM
RE: To The Pro's: please correct this cool script - by Felu on 07-17-2006 at 10:17 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 10:20 AM
RE: To The Pro's: please correct this cool script - by John Anderton on 07-17-2006 at 10:23 AM
RE: To The Pro's: please correct this cool script - by andrey on 07-17-2006 at 10:32 AM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:32 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:35 AM
RE: To The Pro's: please correct this cool script - by Felu on 07-17-2006 at 10:36 AM
RE: To The Pro's: please correct this cool script - by Ezra on 07-17-2006 at 10:37 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:38 AM
RE: To The Pro's: please correct this cool script - by andrey on 07-17-2006 at 10:40 AM
RE: RE: To The Pro's: please correct this cool script - by foaly on 07-17-2006 at 12:59 PM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:40 AM
RE: To The Pro's: please correct this cool script - by John Anderton on 07-17-2006 at 10:40 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:42 AM
RE: To The Pro's: please correct this cool script - by John Anderton on 07-17-2006 at 04:11 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