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

MyStatusChange
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: MyStatusChange
code:
var Status = new Array("","","Appear Offline","Online","Busy","Be Right Back","Idle","Away","In a Call", "Out to Lunch");

function OnEvent_MyStatusChange(NewStatus){
    MsgPlus.DisplayToast("New Status","Your status has been changed to "+Status[NewStatus]+"!";
}

That should do what you want and it should hopefully show you where you were going wrong

EDIT: Damn, beaten :( That might work better than mine too :'(

This post was edited on 11-03-2007 at 02:47 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
11-03-2007 02:45 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MyStatusChange - by Addenorw on 11-03-2007 at 02:30 PM
RE: MyStatusChange - by Mnjul on 11-03-2007 at 02:38 PM
RE: MyStatusChange - by Felu on 11-03-2007 at 02:44 PM
RE: MyStatusChange - by Spunky on 11-03-2007 at 02:45 PM
RE: MyStatusChange - by Matti on 11-03-2007 at 03:25 PM
RE: MyStatusChange - by Felu on 11-03-2007 at 03:58 PM
RE: MyStatusChange - by Addenorw on 11-03-2007 at 06:27 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