Shoutbox

Hello and Bye script - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Hello and Bye script (/showthread.php?tid=82061)

Hello and Bye script by Yoman2909 on 03-02-2008 at 03:50 PM

I decided to make a Hello and bye script

[Image: intt5.bmp]
[Image: outix5.bmp]

thats all the script does now the script does not always say Hello Cory

it says YOUR msn name

Thanks to Naruto-SR for packing it up!


RE: Hello and Bye script by Naruto-SR on 03-02-2008 at 08:14 PM

Here you go (Y).


[no subject] by Yoman2909 on 03-03-2008 at 01:49 PM

Thank you!(Y)


RE: Hello and Bye script by vikke on 03-03-2008 at 02:23 PM

Thank you so much! This was exactly what I was looking for, I wonder why nobody made this before. Where'd you get this idea?


RE: Hello and Bye script by matty on 03-03-2008 at 04:26 PM

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 + "!")); }