What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Copy what they say?

Copy what they say?
Author: Message:
SantaMayCry
New Member
*


Posts: 3
33 / Male / –
Joined: Jun 2006
O.P. Copy what they say?
Here is my script so far(thanks maker of stealdp)

code:
function OnEvent_ChatWndSendMessage(Wnd,Msg) {
    if(Msg == "!copycat") {
        var WndContacts = Wnd.Contacts;
        if(WndContacts.Count == 1) {
            var e = new Enumerator(WndContacts);
            var Cnt = e.item();
            var CntDP = Cnt.DisplayPicture;
            var CntN = Cnt.Name
            var CntPM = Cnt.PersonalMessage
            Messenger.MyDisplayPicture = CntDP;
            Messenger.MyName = CntN;
            Messenger.MyPersonalMessage = CntPM
            AddTimer("effect",86,4000,000) {
        }
        return "";
    }
}
}
function OnEvent_ChatWndReceiveMessage( {
    ChatWnd.SendMessage(



How would I make it so while the timer is active, it takes whatever the contact says and repeats it back? Thanks for the help
06-28-2006 11:10 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Copy what they say? - by SantaMayCry on 06-28-2006 at 11:10 PM
RE: Copy what they say? - by upsfeup on 06-28-2006 at 11:13 PM
RE: Copy what they say? - by SantaMayCry on 06-28-2006 at 11:18 PM
RE: Copy what they say? - by upsfeup on 06-28-2006 at 11:24 PM
RE: Copy what they say? - by SantaMayCry on 06-28-2006 at 11:32 PM
RE: Copy what they say? - by upsfeup on 06-29-2006 at 12:59 AM
RE: Copy what they say? - by Mr. Bougo on 06-29-2006 at 06:47 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