What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Status change

Status change
Author: Message:
Seanzy
New Member
*


Posts: 3
Joined: Jul 2006
O.P. Status change
Hey, i was just wondering if its possible to make a script that changes your status when a specific user comes online.

Example:

Your current status is at Online.

Then blahblahblah@hotmail.com logs on.

Then your status changes to Away or offline.

Anyway this is possible? I would make it but im no good with scripts :(
07-08-2006 10:33 AM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Status change
code:
function OnEvent_ContactSignin(Email)
{
if(Email == "name@domain.com");
{
Messenger.MyStatus = 2 ; //Appear Offline
}
}
How about that?

Edit after reply below - Im learning scripts better :).

This post was edited on 07-08-2006 at 12:09 PM by Felu.
07-08-2006 12:00 PM
Profile E-Mail PM Web Find Quote Report
Seanzy
New Member
*


Posts: 3
Joined: Jul 2006
O.P. RE: Status change
Awesome(Y)

Thanks! :D

I was playing around with it and couldn't figure it out myself :P

Edit: thanks to you I understand scripts a little bit more.

This post was edited on 07-08-2006 at 12:15 PM by Seanzy.
07-08-2006 12:04 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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