What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Big initial in a message

Big initial in a message
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Big initial in a message
Not possible, in a sense that you can't change the font in a message for only certain words/characters. You can only change the font for the whole message.

Given this, there is another possebility though. You can use/create a "talker" for StuffPlug-NG which uses the Messenger Plus! character codes to make the first letter bold (and in color if you wish). But this also means that your contacts need Messenger Plus! to be installed, otherwise they wont see the bold letter and only some weird characters... (note: I didn't tried this yet, so I don't know if Plus!-tags are reconized within a StuffPlug-NG talker, but I assume they are)

With such a StuffPlug-NG Talker, this will be what the contacts with Messenger Plus! will see:
    "Hello world..."

This will be what the contacts without Plus! will see:
    "(!FB)(!FC4)H(!FR)ello world..."
or
    "4Hello world"


To make this talker, create a file called "capital.vbs" in the StuffPlug-NG talker directory and put this inside the file:
code:
Function talker(input)
  If input = "" Then
    talker = ""
  Else
    talker = "(!FB)(!FC4)" & Left(Trim(input), 1) & "(!FR)" & Mid(Trim(input), 2)
  End If
End Function

Edited by Chrono: Cookie th3 n00b doesnt know how to use bbcode :refuck:
Edited by Cookie: What? Who? Where?

This post was edited on 10-15-2004 at 11:40 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-02-2004 01:11 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Big initial in a message - by zhorty on 10-02-2004 at 12:28 AM
RE: Big initial in a message - by CookieRevised on 10-02-2004 at 01:11 AM
RE: Big initial in a message - by zhorty on 10-15-2004 at 04:46 PM
RE: Big initial in a message - by crank on 10-15-2004 at 05:15 PM
RE: Big initial in a message - by matty on 10-15-2004 at 05:51 PM
RE: Big initial in a message - by zhorty on 10-15-2004 at 06:50 PM
RE: Big initial in a message - by zhorty on 10-15-2004 at 06:51 PM
RE: Big initial in a message - by matty on 10-15-2004 at 06:54 PM
RE: RE: Big initial in a message - by zhorty on 10-15-2004 at 07:08 PM
RE: RE: Big initial in a message - by CookieRevised on 10-15-2004 at 11:55 PM
RE: Big initial in a message - by Concord Dawn on 10-16-2004 at 04:25 AM
RE: Big initial in a message - by CookieRevised on 10-16-2004 at 02:55 PM
RE: Big initial in a message - by Spanker on 10-16-2004 at 04:37 PM
RE: RE: Big initial in a message - by Leif on 10-17-2004 at 12:38 AM
RE: Big initial in a message - by CookieRevised on 10-17-2004 at 12:28 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