What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] functions at WLM?

[help] functions at WLM?
Author: Message:
MrT
Junior Member
**

Coding For Fun

Posts: 62
35 / Male / Flag
Joined: Jul 2006
RE: [help] functions at WLM?
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind) {
if(Origin != Messenger.MyName) {
    if(Message == "!start") { ChatWnd.SendMessage("Game Started");
    }
}
}

it's a good example :D
07-06-2007 08:20 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] functions at WLM? - by bloodcrush on 07-05-2007 at 08:38 PM
RE: [help] functions at WLM? - by Chris4 on 07-05-2007 at 08:41 PM
RE: [help] functions at WLM? - by MrT on 07-06-2007 at 08:20 AM
RE: [help] functions at WLM? - by roflmao456 on 07-06-2007 at 09:55 PM


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