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

Search Results
Subject Author Forum Time
RE: send a basic message
ok sorry about that, thanks a lot, impressive script i dont think i would have been able to manage that on my own. thanks. Edit:sorry i have added it to my script and it is failing to work. I assume someone else either had to type hi,hey or hey! my f...
t0mmy9Scripting07-31-2006 at 09:31 AM
RE: send a basic message
"When someone says hello, you want the script to say hello back to that user and say busy in all the other open convo's?" yes thats it, sorry i didn't explain it that well. say i have 3 windows open and this script busy. person1 person2 person3. ...
t0mmy9Scripting07-30-2006 at 10:48 PM
RE: [request]Mobile phone number "addon"
i dont get why no one has helped you yet, heres how its done: [code] function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { if(Message == "mobile number") { ChatWnd.SendMessage("07949123456 is my mobile number"); } return Me...
t0mmy9Scripting07-30-2006 at 07:13 PM
send a basic message
hi, ive made half a script and need some help. ive made the script say something to any user who types "hello" but i want it to type something else, lets say "busy" to any other contacts i am talking to once hello is typed by one of them. I know ...
t0mmy9Scripting07-30-2006 at 06:31 PM
RE: quick hopefully easy to answer question
sorry ive figured it out already i shouldnt have posted this
t0mmy9Scripting07-30-2006 at 01:27 PM
quick hopefully easy to answer question
is there a way to make the script do the same thing more than once? for example, make it say: ChatWnd.SendMessage("HI!"); 10 times in a row? thanks for any help.
t0mmy9Scripting07-30-2006 at 01:13 PM
[Hide Excerpts]