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

Hello and Bye script
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Hello and Bye script
You can cut the code down to this:

code:
function OnEvent_Signin(sEmail) { MsgPlus.DisplayToast("", MsgPlus.RemoveFormatCodes("Hello " + Messenger.MyName + "!")); }
function OnEvent_Signout(sEmail){ MsgPlus.DisplayToast("", MsgPlus.RemoveFormatCodes("Goodbye " + Messenger.MyName + "!")); }
03-03-2008 04:26 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Hello and Bye script - by Yoman2909 on 03-02-2008 at 03:50 PM
RE: Hello and Bye script - by Naruto-SR on 03-02-2008 at 08:14 PM
[no subject] - by Yoman2909 on 03-03-2008 at 01:49 PM
RE: Hello and Bye script - by vikke on 03-03-2008 at 02:23 PM
RE: Hello and Bye script - by matty on 03-03-2008 at 04:26 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