What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » << Script for Quick texts >>

<< Script for Quick texts >>
Author: Message:
Double_N2
New Member
*


Posts: 10
Joined: Jan 2007
O.P. RE: << Script for Quick texts >>
Thanks everyone.
this one is working.

var original = new Array("dont","cant","test");//what you are changing from
var changed = new Array("don't","can't","test1");//what you are changing to
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
for(i in original){
Message = Message.replace(original[i],changed[i]);
}
return Message;
}

01-06-2007 01:02 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Quick Texts - Help ! - by Double_N2 on 01-05-2007 at 03:55 PM
RE: Quick Texts - Help ! - by CookieRevised on 01-05-2007 at 05:45 PM
RE: Quick Texts - Help ! - by Double_N2 on 01-05-2007 at 08:46 PM
RE: << Script for Quick texts >> - by Tochjo on 01-06-2007 at 05:26 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