Alias Name: Big Characters

Purpose: Prints characters 4 lines high in multi-colors (currently
	limited to a maximum of 8 characters at one time)

________ what to do _______________________________

Copy the lines below to your aliases section.
  
	Note: DO NOT CHANGE THE LENGTH OF THE LINES even if
	the lines are longer than your screen width!  You 
	should be viewing this file with NotePad and NOT with
	a regular wordprocessor.  Turn OFF all line wrap func-
	tions, mark the text below as a block, and paste it
	anywhere in your aliases section.

_______copy below here, but not this line __________


/bc { %r = $$1 $2 $3 $4 $5 | %l = $len(%r) | %nco = 1 | %bb = $chr(0160) | %bbc = $chr(44) | %bbs = $chr(3) | %bbo = $chr(15) | %bba = $chr(42) | %o = 1 | %o1 = 1 | %line = "" | :lop | if %o = 6 goto end | %o1 = 1 | %line = "" | :red | if %o1 > %l { /say %line | /inc %o | goto lop } | %lt = $mid(%o1,1,%r) | if %lt = $chr(32) set %lt sp | %rt = %lt $+ %o | %lin = $readini $mircdir $+ font.txt %lt %rt | %nco = %o1 | if %nco == 16 /set %nco 7 | %mgl = %bbs $+ %nco $+ %bbc $+ %nco $+ %bb $+ %bbo | %clin = $replace(%lin,%bba,%mgl) | if %lt = sp set %clin %lin | %line = %line %clin | /inc %o1 | goto red | :end | ;Big Text  v1.1 By Maverick2 |
}

_______ do not paste this line _____________________

The lines below should be made into a separate file called fonts.txt.
This file MUST reside in your mirc directory (the one where the .exe
file is for running the program). Be sure that the first line of the
text begins with [sp] and the last line }5=**


[sp]
sp1=
sp2=
sp3=
sp4=
sp5=

[A]
A1=*
A2=**
A3=***
A4=**
A5=**

[B]
B1=**
B2=**
B3=**
B4=**
B5=**

[C]
C1=**
C2=*
C3=*
C4=*
C5=**

[D]
D1=***
D2=**
D3=**
D4=**
D5=***

[E]
E1=***
E2=*
E3=**
E4=*
E5=***

[F]
F1=***
F2=*
F3=**
F4=*
F5=*

[G]
G1=***
G2=*
G3=***
G4=**
G5=**

[H]
H1=**
H2=**
H3=***
H4=**
H5=**

[I]
I1=***
I2=*
I3=*
I4=*
I5=***

[J]
J1=*
J2=*
J3=*
J4=**
J5=**

[K]
K1=**
K2=**
K3=**
K4=**
K5=**

[L]
L1=*
L2=*
L3=*
L4=*
L5=***

[M]
M1=**
M2=****
M3=***
M4=**
M5=**

[N]
N1=**
N2=***
N3=***
N4=***
N5=**

[O]
O1=*
O2=**
O3=**
O4=**
O5=*

[P]
P1=**
P2=**
P3=**
P4=*
P5=*

[Q]
Q1=*
Q2=**
Q3=**
Q4=**
Q5=***

[R]
R1=**
R2=**
R3=**
R4=**
R5=**

[S]
S1=**
S2=*
S3=*
S4=*
S5=**

[T]
T1=***
T2=*
T3=*
T4=*
T5=*

[U]
U1=**
U2=**
U3=**
U4=**
U5=***

[V]
V1=**
V2=**
V3=**
V4=**
V5=*

[W]
W1=**
W2=**
W3=***
W4=****
W5=**

[X]
X1=**
X2=**
X3=*
X4=**
X5=**

[Y]
Y1=**
Y2=**
Y3=*
Y4=*
Y5=*

[Z]
Z1=***
Z2=*
Z3=*
Z4=*
Z5=***


[1]
11=**
12=*
13=*
14=*
15=***

[2]
21=**
22=*
23=*
24=*
25=***

[3]
31=**
32=*
33=*
34=*
35=**

[4]
41=**
42=**
43=***
44=*
45=*

[5]
51=***
52=*
53=**
54=*
55=**

[6]
61=**
62=*
63=**
64=**
65=*

[7]
71=***
72=*
73=*
74=*
75=*

[8]
81=***
82=**
83=***
84=**
85=***

[9]
91=*
92=**
93=**
94=*
95=**

[0]
01=*
02=**
03=***
04=**
05=*

[{]
{1=**
{2=*
{3=**
{4=*
{5=**

[}]
}1=**
}2=*
}3=**
}4=*
}5=**

__________ end of "font.txt" file contents _____________________

To use:

	When all parts are in place (alias pasted, fonts.txt file saved)
just type: /bc <text> <enter>

	Note: The text is currently limited to a length of 8 char.