What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Auto-text background in chat.

[Request] Auto-text background in chat.
Author: Message:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: [Request] Auto-text background in chat.
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
if (Message.charAt(0) != "/") Message = "[a=1]" + Message + "[/a]";
return Message
}
DON'T use it with black text for obvious reasons ;)

This post was edited on 10-06-2006 at 02:18 PM by Jesus.
10-06-2006 01:26 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Auto-text background in chat. - by Slacker on 10-06-2006 at 09:37 AM
RE: [Request] Auto-text background in chat. - by Sypher on 10-06-2006 at 01:15 PM
RE: [Request] Auto-text background in chat. - by MeEtc on 10-06-2006 at 01:17 PM
RE: [Request] Auto-text background in chat. - by Jesus on 10-06-2006 at 01:26 PM
RE: RE: [Request] Auto-text background in chat. - by alexp2_ad on 10-06-2006 at 01:30 PM
RE: [Request] Auto-text background in chat. - by Jesus on 10-06-2006 at 02:09 PM
RE: RE: [Request] Auto-text background in chat. - by alexp2_ad on 10-06-2006 at 02:28 PM
RE: [Request] Auto-text background in chat. - by vikke on 10-06-2006 at 02:35 PM
RE: [Request] Auto-text background in chat. - by markee on 10-07-2006 at 05:02 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