matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: I'm new but starting to learn! HELP :)
jscript code: var oStatus = {0 : 'Unknown', 1 : 'Offline', 3 : 'Online', 4 : 'Busy', 5 : 'Be right back', 6 : 'Idle', 7 : 'Away', 8 : 'In a call', 9 : 'Out to lunch'};
function OnEvent_SigninReady(sEmail) {
MsgPlus.DisplayToast('email@email.com', oStatus[Messenger.MyContacts.GetContact('email@email.com').Status]);
}
This post was edited on 12-07-2008 at 10:17 PM by matty.
|
|