What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Won't display toasts
What function should I use then? My intention with that one was to show the original "x has just signed in". Email won't be right, because then I would be having to write an email for everybody i want it to show for, or? Edit: It won't show any t...
AddenorwScripting10-06-2008 at 05:27 PM
Won't display toasts
MSN won't display my toasts in my script. [code] function OnEvent_Initialize(MessengerStart) { Debug.Trace("Hello World!"); } function OnEvent_Signin(Email) { if (email == "andvibeto@msn.com") { var Message = "Hello Master " + Messe...
AddenorwScripting10-06-2008 at 05:08 PM
"Variable" in toast
I've got a little question. I want to make the toast use different words in the text. For example: Person has just arrived in his/hers car And I want the car-word to be many diffrent things. What will i need to write in then? And one more question: ...
AddenorwScripting11-04-2007 at 11:41 AM
RE: MyStatusChange
thanks!
AddenorwScripting11-03-2007 at 06:27 PM
MyStatusChange
I have a little problem. And as you probably will see on my problem, I am a newbe. I trid to fix so I get a message every time I change my status. This is what I wrote: function OnEvent_MyStatusChange(Email) { if(Email == "andvibeto@msn.com") //Ch...
AddenorwScripting11-03-2007 at 02:30 PM
[Hide Excerpts]