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

Search Results
Subject Author Forum Time
RE: Variable + 1?
Its because you dont declare integers with "" just [code] var Sendmessageaway = 0; var Sendmessageaway++; // that should work [/code]
YomehScripting06-27-2006 at 10:46 AM
RE: Window example from Scripting Doc and questions
[code] function OnEvent_Initialize(MessengerStart) { var contact = "xxx@hotmail.com" Messenger.OpenChat(contact); } [/code] that works for me
YomehScripting06-26-2006 at 02:28 PM
RE: [Request] Bot?
Yeah it does work but can someone help me just wondering about the case select, because Case doesn't seem to work
YomehScripting06-26-2006 at 12:18 PM
RE: [Request] Bot?
This is what i've come with so far with breaking down the code [code] function OnEvent_ChatWndReceiveMessage(objChatWnd, strUser, strMessage, numMessageType) { if(strMessage == "Hi") { if(strUser != Messenger.MyName){ objChatWn...
YomehScripting06-26-2006 at 12:05 PM
RE: [Request] Bot?
Here's an idea with that little sample up there break down the code like Then it shouldnt really be hard just an idea really :$
YomehScripting06-26-2006 at 11:58 AM
[Hide Excerpts]