Game Guides Archive
Thread: Colored Shop / House Sign text ?
I saw a guy shout in red. I wanna be able to have what I say in color not so just I can see... but so everyone can see the color.
I've seen it done. But the people refuse to tell how its done. Any ideas? I tried the \#FF00FF commands.. but they didn't work ![]()
Thanx
Replace your OO with Zeros (eg digits 00). Its Hexdecimals (base 16). Every pair of digits(like A5 and 15)represent a byte. Which can hold a total of FF(hexadecimal) or in decimal 255(decimal).
yes, the hexadecimal number will only consist of the numbers 0-9 and A-F
any combination will do...so just pick anything in that range and put it in any order and you will get a color...so out of thin air i will put \#4F0D11...hmmm, wonder what color that is...
of course it is much faster if you use an online reference...heh