What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Edit text in conversation

Edit text in conversation
Author: Message:
The Brain
Junior Member
**

Avatar

Posts: 49
Reputation: 1
– / Male / Flag
Joined: Jan 2003
RE: Edit text in conversation
Sure you can, using the OnEvent_MessageRecieved

something like

code:
if(Origin == Messenger.MyName) //Message is sent by you
{
    if(Message == "Blah Blah")//replace "Blah Blah" with "Hello!"
    {
        return "Hello!";
    }
}


unfortunately, the text you replace it with can't be any longer than what you actually send.

Not tested, but as far as I am aware, that is how this event works.

This post was edited on 07-03-2006 at 02:08 PM by The Brain.
07-03-2006 02:08 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Edit text in conversation - by pollolibredegrasa on 07-03-2006 at 01:52 PM
RE: Edit text in conversation - by Ezra on 07-03-2006 at 01:53 PM
RE: Edit text in conversation - by pollolibredegrasa on 07-03-2006 at 01:54 PM
RE: Edit text in conversation - by The Brain on 07-03-2006 at 02:08 PM
RE: Edit text in conversation - by Ezra on 07-03-2006 at 02:09 PM
RE: Edit text in conversation - by foaly on 07-03-2006 at 02:14 PM
RE: RE: Edit text in conversation - by The Brain on 07-03-2006 at 02:18 PM
RE: Edit text in conversation - by Ezra on 07-03-2006 at 02:30 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