What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Request: Mimic what people says

Request: Mimic what people says
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Request: Mimic what people says
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message){
if(Origin !== Messenger.MyName) ChatWnd.SendMessage(Message);
}

should work but Plus! has a limit on ChatWnd.SendMessage so it might stop working after 15 messages sent in a period of time :P.


it's a really simple script to do, just read the scripting documentation and you'll learn how to do more ;)

This post was edited on 09-06-2008 at 04:45 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
09-06-2008 04:44 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Request: Mimic what people says - by kolibanat on 09-06-2008 at 03:30 PM
RE: Request: Mimic what people says - by roflmao456 on 09-06-2008 at 04:44 PM
RE: Request: Mimic what people says - by kolibanat on 09-06-2008 at 05:14 PM
RE: Request: Mimic what people says - by Spunky on 09-06-2008 at 06:19 PM
RE: Request: Mimic what people says - by kolibanat on 09-06-2008 at 06:38 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