What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] random insulting.

[Request] random insulting.
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Request] random insulting.
How about you post your code that you tried to make and we can show you what you did wrong.

[rant]

When will people stop asking for stuff that is simple and start trying to read the scripting documentation? This is really simple to implement.

code:
function OnEvent_ChatWndMessageReceived(pChatWnd, sMessage, sOrigin){
    if (sOrigin != Messenger.MyName) {
        if (nMessage.charAt('word') != -1) {
            pChatWnd.SendMessage('insert insult here');
        }
    }
}

[/rant]

This post was edited on 11-12-2006 at 11:53 PM by matty.
11-12-2006 11:38 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] random insulting. - by b3n on 11-12-2006 at 11:27 PM
RE: [Request] random insulting. - by NanaFreak on 11-12-2006 at 11:34 PM
RE: [Request] random insulting. - by matty on 11-12-2006 at 11:38 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