Blockland Forums > General Discussion
What are some of the special text commands?
otto-san:
here you go
http://forum.blockland.us/index.php?topic=148049.0
Ipquarx:
\x00-FF makes specific ASCII charachters
\n makes a new line
\t makes a tab
\c0-8 or 7 I forget which (/colortest o see them)
<color:(3 00-FF values representing RGB)>
<bitmap:(bitmap path)> makes a bitmap
<font:(name):(size)> changes font/size
<just:(left right or center)> is for text allignment
I don't think I missed anything.
Lugnut:
--- Quote from: Ipquarx on June 09, 2012, 11:09:18 PM ---\c0-8 or 7 I forget which (/colortest o see them)
--- End quote ---
9, not 8
DontCare4Free:
--- Quote from: Ipquarx on June 09, 2012, 11:09:18 PM ---\x00-FF makes specific ASCII charachters
--- End quote ---
ANSI/latin1*
Repeat with me now:
ASCII is a 7-bit encoding that does not include umlauts.
Electrk:
<br> for a new line