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

quoting
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: quoting
here you go:

code:
// this can have multiple values... note: these are all red colour
//   var color = 4;
//   var color = "red";
//   var color = "#ff0000";
var color = "4";

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    if(Message.substr(0,2) === ">>") return "[c="+color+"]"+Message+"[/c]";
}

just make a new script with that in it and it will change the color, and if you want to make it a different color, read the notes at the top [=

This post was edited on 11-23-2009 at 03:11 AM by NanaFreak.
11-23-2009 03:10 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
quoting - by strangel3t on 11-23-2009 at 01:54 AM
RE: quoting - by NanaFreak on 11-23-2009 at 03:10 AM
RE: quoting - by strangel3t on 11-23-2009 at 01:10 PM
RE: quoting - by matty on 11-23-2009 at 02:27 PM
RE: quoting - by CookieRevised on 11-23-2009 at 03:37 PM
RE: quoting - by matty on 11-23-2009 at 03:42 PM
RE: quoting - by CookieRevised on 11-23-2009 at 04:15 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