What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Looking for a simple script

Looking for a simple script
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: Looking for a simple script
Colour will only work with MP!L btw... Can't test these as I've just got to work...

Javascript code:
Message = Message.split("\n");
for( var s in Message){
    if(Message[s].substr(0,1)=="~"){
        Message[s] = "[a=3]"+Message[s]+"[/a]";
    }
}
Message = Message.join("\n");
 
Message = Message.replace(/\"(.+)\"/gi, "[c=4]\"$1\"[/c]");


The highlighted line probably has a bug if someone would like to correct it :p

EDIT: Ok, I'm a bit rusty it seems ^o) Time to get working on top secret scripts every second I can get away from family :p

This post was edited on 05-07-2009 at 06:19 AM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
05-07-2009 06:14 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Looking for a simple script - by yergsbah on 05-06-2009 at 10:54 PM
RE: Looking for a simple script - by Spunky on 05-07-2009 at 06:14 AM
RE: Looking for a simple script - by NanaFreak on 05-07-2009 at 06:30 AM
RE: Looking for a simple script - by yergsbah on 05-07-2009 at 09:13 AM
RE: Looking for a simple script - by Spunky on 05-07-2009 at 09:38 AM
RE: Looking for a simple script - by NanaFreak on 05-07-2009 at 09:42 AM
RE: Looking for a simple script - by Spunky on 05-07-2009 at 10:09 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