Exactly what I was thinking SC, Heaven or Hell and Earth, a fitting dichotomy for the two.
Also I seriously need to get around to learning how to do that. It would save me time from having to pull up photobucket and configuring the color and glow.
Oh, that? It's easy. ^^^ Here, I'll demonstrate. The first thing you need to do is download the program
AutoHotkey. Then you need to make a script, which should be in your rightclick -> create new menu. Then you just set it up something like this.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#numpad0::Send [url=http://pastebin.com/H4qfW4cF][IMG]http://img.photobucket.com/albums/v355/Static_Jester/CSANormal_zps1b340498.png[/img][/url] [glow=black,2,300][color=gray]""[/color][/glow]
!numpad0::Send [url=http://pastebin.com/pYVyg4ad][IMG]http://img.photobucket.com/albums/v355/Static_Jester/LBNormal_zpse792b4a0.png[/img][/url] [glow=black,2,300][color={#}1E90FF]""[/color][/glow]
In the above case, the # key is actually the windows key. So if I press windowskey+0 on the numberpad, it inserts the following text where the cursor is. I have mine set up so the character portrait is a link to the pastebin for easy reference. ^^^ Chris's stuff is otherwise self-explanatory.
Leo's has a unique thing. See the {#}? That tells AHK that that is meant to be taking # literally instead of reading it as the windows key. This way, it actually prints the color code correctly. Also, the ! chracter at the beginning is for the alt key. So alt+0 on the numberpad displays Leo's normal face with a pair of quotes in the correct colors afterward.
Anyway, once you have your script set up, all you have to do is run it. You can even edit it with more stuff later and then just reload the script to get it working great. Trust me, it makes all of this a LOT easier. ^^^ I have my script also set up for my
usual chat color - at least for Jim in Einsteinian Roulette anyway - with just alt+c.