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

Search Results
Subject Author Forum Time
RE: Automated reply problem
is there an "Elseif" in the script? If so, what is the syntax? I've tried Elseif, and Else If, but neither seems to be right. Thanks
le-footScripting05-02-2008 at 10:04 AM
Determining Empty variables
How do I determine if a variable is empty? For example, in PHP it is empty($variable), what is it in the script? Thanks
le-footScripting04-28-2008 at 10:36 AM
RE: Automated reply problem
Thanks, that worked perfectly.:D
le-footScripting04-27-2008 at 06:27 AM
RE: Automated reply problem
function OnEvent_ContactSignin(Email){ var Message = "Hey"; {______}.SendMessage(Message); } Okay, instead of when someone says something, I automatically say something when someone signs in. Now do I put something in the {_____}? Thanks
le-footScripting04-25-2008 at 09:06 AM
RE: Automated reply problem
>_< It pays to activate the script :$:$:$ (H)
le-footScripting04-25-2008 at 05:45 AM
RE: Automated reply problem
Ok so I try this: function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { if(Origin != Messenger.MyName) { var Message = "Testing"; ChatWnd.Sendmessage(Message); } } But it doesn't seem to go into the if statement. Where ...
le-footScripting04-25-2008 at 02:29 AM
RE: Automated reply problem
Yup sorry never mind. Anyways in the previous post I added - how do I express "does not equal"? If I use "<>" I get syntax error. Thanks
le-footScripting04-24-2008 at 03:23 PM
RE: Automated reply problem
Thanks for the reply. I see that is a problem, however I'm not familiar with using parameters. Could you give me an example, or point me to an example, of how a parameter is used in this case? Thanks EDIT: I'm trying to compare the names now, do yo...
le-footScripting04-24-2008 at 03:15 PM
Automated reply problem
Hello, I'm trying to write a script that sends some message back once a message has been sent. However, this function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { var Message = "Testing"; ChatWnd.Sendmessage(Message); } s...
le-footScripting04-24-2008 at 02:59 PM
[Hide Excerpts]