What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » getting a message and a sound together

getting a message and a sound together
Author: Message:
OmarNajdi
New Member
*


Posts: 7
Joined: Nov 2010
O.P. RE: getting a message and a sound together
first, thanks for trying to help , i wish you continue with me

OK I didn't understand if the second one isn't possible
I wish to know each one how I can do it if it's possible

and here is the code
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    switch (Message){
        case "/sstart":
            sEnabled = true
            return '';
        case "/sstop":
            sEnabled = false;
            return '';
        default:
            if (sEnabled = true){
                Message = Message.replace(/that/gi,"ðæt");
                return "" +Message;
        }


OK i need the letter in red to be spoken after i send it
where should I write the code and how

thanks a lot,
Omar
11-11-2010 07:51 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
getting a message and a sound together - by OmarNajdi on 11-11-2010 at 03:12 PM
RE: getting a message and a sound together - by matty on 11-11-2010 at 04:37 PM
RE: getting a message and a sound together - by OmarNajdi on 11-11-2010 at 07:51 PM
RE: getting a message and a sound together - by whiz on 11-11-2010 at 08:38 PM
RE: getting a message and a sound together - by OmarNajdi on 11-12-2010 at 01:23 AM
RE: getting a message and a sound together - by ryxdp on 11-12-2010 at 11:39 AM
RE: getting a message and a sound together - by OmarNajdi on 11-15-2010 at 11:59 AM
RE: getting a message and a sound together - by CookieRevised on 11-15-2010 at 06:25 PM
RE: getting a message and a sound together - by OmarNajdi on 11-18-2010 at 02:05 AM
RE: getting a message and a sound together - by whiz on 11-18-2010 at 10:22 AM
RE: getting a message and a sound together - by OmarNajdi on 11-18-2010 at 11:50 AM
RE: getting a message and a sound together - by matty on 11-18-2010 at 11:55 AM
RE: getting a message and a sound together - by OmarNajdi on 11-18-2010 at 09:57 PM
RE: getting a message and a sound together - by matty on 11-18-2010 at 10:07 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