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

Script :Need Some Help
Author: Message:
shadetoll
New Member
*


Posts: 3
Joined: May 2007
O.P. Huh?  Script :Need Some Help
Hi,

I want to create a script which allow:

1) When someone new speak to me and his/her Window is closed open one.
2) The first sending message will be said by a Ms Agent.


Per Example: Higter signs in   and speaks to me "Hi"  Ms Agent said "Hi"  but not "How Are You ??"  Blablabla.

Like this I Heard him and speak with him.


Because i've mananged to do  A script that tell everytime message from my friend.


code:
function OnEvent_ChatWndCreated (Chatwndtest){
OnEvent_ChatWndReceiveMessage(ChatWndtest,Origin,Message,MessageKind);
if (Origin != Messenger.Myname)
    {
        if (MessageKind = 1)
        {
         merlin.Show(); // Shows Merlin
         sayMessage = Origin + " says: " + Message;
            saythat = MsgPlus.RemoveFormatCodes(saymessage);
         merlin.Speak (saythat); // Makes Merlin say the string, "saythat"
        }
    }

}



Ty for your help

This post was edited on 05-28-2007 at 07:40 PM by shadetoll.
05-28-2007 07:39 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script :Need Some Help - by shadetoll on 05-28-2007 at 07:39 PM
RE: Script :Need Some Help - by roflmao456 on 05-28-2007 at 07:55 PM
RE: RE: Script :Need Some Help - by Volv on 05-29-2007 at 09:52 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