What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script help

Script help
Author: Message:
plus
Banned


Posts: 127
Reputation: -10
Joined: Jan 2007
O.P. Script help
I read the offical scripting document and i didnt unterstand it all. I was hoping for some help from you guys(Y)......

If i type Mock can i make the script to display a toast saying The mocker is on
and if i say NoMock it will say the mocker is off

If yes what is it i put into the script editer.

one more thing

When i type Mock to activate the mock can it send a message to all my open windows saying Talk to me if yes what do i put in

Thanks alot in advance(Y)

01-13-2007 07:08 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Script help
code:
function OnEvent_ChatWndSendMessage(oChatWnd, sMessage){
    if (sMessage === 'Mock'){
        MsgPlus.DisplayToast('Mock', 'Mock is on');
    }
    else if (sMessage === 'NoMock'){
        MsgPlus.DisplayToast('Mock', 'Mock is off');
    }
}
01-13-2007 07:35 PM
Profile E-Mail PM Find Quote Report
plus
Banned


Posts: 127
Reputation: -10
Joined: Jan 2007
O.P. RE: Script help
Thanks :)
01-13-2007 07:40 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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