What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » A Challenge!

A Challenge!
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: A Challenge!
code:
function OnEvent_ChatWndSendMessage(PlusWnd, Message){
    if(Message.substr(0,1)!="\\"){
        Message = Message.split(" ");
        for(var s in Message){
            Message[s].substr(0,1) = "[c=4]"+Message[s].substr(0,1)+"[/c]";
        }
        return Message.join(" ");
    }
}

Should work, but gradients can't be put onto a single letter, so it's only a single colour
<Eljay> "Problems encountered: shit blew up" :zippy:
09-27-2007 05:17 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
A Challenge! - by Nopraptor on 09-27-2007 at 05:04 PM
RE: A Challenge! - by Spunky on 09-27-2007 at 05:17 PM
RE: A Challenge! - by Matti on 09-28-2007 at 04:09 PM
RE: A Challenge! - by Spunky on 09-28-2007 at 06:04 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