What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST]Need help on a personal script!

[REQUEST]Need help on a personal script!
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [REQUEST]Need help on a personal script!
However if you wanted to script it

code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){
    if( sMessage === '/flash' ){
        if( pChatWnd.EditChangeAllowed === true ) {
            pChatWnd.SendMessage('FLASHBANG!');
            Interop.Call( 'user32', 'SendMessageW', pChatWnd.Handle, 0x10 /* WM_CLOSE */, 0, 0 );
            return '';
        }
    }
}

This post was edited on 08-26-2008 at 04:37 AM by matty.
08-26-2008 04:36 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST]Need help on a personal script! - by MattyEFC on 08-26-2008 at 01:53 AM
RE: [REQUEST]Need help on a personal script! - by MeEtc on 08-26-2008 at 01:58 AM
RE: [REQUEST]Need help on a personal script! - by MattyEFC on 08-26-2008 at 02:00 AM
RE: [REQUEST]Need help on a personal script! - by MeEtc on 08-26-2008 at 02:05 AM
RE: [REQUEST]Need help on a personal script! - by MattyEFC on 08-26-2008 at 02:08 AM
RE: [REQUEST]Need help on a personal script! - by matty on 08-26-2008 at 04:36 AM


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