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:
Yoman2909
New Member
*

Avatar

Posts: 4
Joined: Mar 2008
O.P. Wink  Hello and Bye script
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!

.plsc File Attachment: Hello&Goodbye.plsc (621 bytes)
This file has been downloaded 199 time(s).

This post was edited on 03-03-2008 at 01:51 PM by Yoman2909.
03-02-2008 03:50 PM
Profile E-Mail PM Find Quote Report
Naruto-SR
Junior Member
**

Avatar

Posts: 47
Reputation: 4
43 / Male / Flag
Joined: Feb 2008
RE: Hello and Bye script
Here you go (Y).

.plsc File Attachment: Hello&Goodbye.plsc (621 bytes)
This file has been downloaded 142 time(s).
03-02-2008 08:14 PM
Profile PM Find Quote Report
Yoman2909
New Member
*

Avatar

Posts: 4
Joined: Mar 2008
O.P.
Thank you!(Y)
03-03-2008 01:49 PM
Profile E-Mail PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Hello and Bye script
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?
4 8 15 16 23 42
03-03-2008 02:23 PM
Profile E-Mail PM Find Quote Report
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 »


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