What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » adding a space in the end of every message

adding a space in the end of every message
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: adding a space in the end of every message
i dont get it, but il try:

code:
/*
Just add ,"" in the array between the brackets if you want to add more.

this is NanaFreak's and markee's code. so credits to him.
*/


var changeFrom = new Array("tho","thouhught"// changing word
var changeTo = new Array("though","thought") // change to this

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
for(i in original){
Message = Message.replace(original[i],changed[i]);
}

i do not think that you can use " => " to change it .... correct me if im wrong.

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

Messages In This Thread
adding a space in the end of every message - by Double_N2 on 01-06-2007 at 06:22 PM
RE: adding a space in the end of every message - by roflmao456 on 01-06-2007 at 08:40 PM
RE: adding a space in the end of every message - by MrT on 01-06-2007 at 08:41 PM
RE: adding a space in the end of every message - by Double_N2 on 01-06-2007 at 08:43 PM
RE: adding a space in the end of every message - by MrT on 01-06-2007 at 08:51 PM
RE: adding a space in the end of every message - by roflmao456 on 01-06-2007 at 08:55 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