-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
:%: LORD 2  %%  MCI codes chart.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
All mci codes are used with the cwrite function.

example:

cwrite "your name is %UN%CR".. the output would be

kwekjdsfk text...
your name is username
<carrage return>

heres the table:

=========[ Text Manipulation ]===============================================
%CR - Carrage Return (ascii 13)
%LF - Line feed (ascii 10)
%ES - Escape char (ascii 27, usefull for ansi)
---------[ color codes ]-----------------------------------------------------
`00 - black
`01 - blue
`02 - green
`03 - cyan
`04 - red
`05 - magenta
`06 - brown
`07 - white
`08 - gray
`09 - lightblue
`10 - lightgreen
`11 - lightcyan
`12 - lightred
`13 - pink
`14 - yellow
`15 - brightwhite

=========[ Game variables ]==================================================
%UN User name
%GO Gold
%MA Magic
%LE Current level
%ST Strength
%HP hitpoints
%EX experience
%MM minimum magic required for magic attack
%DF defense strength
%WE Weapon name
%WN Weapon number
%AR armor name
%AN armor number

