How would it know which id to set to which font alias? Usually I would have to put


Code:
 alias mdx { return dll $shortfn(system\dll\mdx.dll) }


Code:
$mdx SetFont $dname[color:red] 1,2,3,4,5 [/color]-a 10 400 Tahoma 
$mdx SetFont1 $dname[color:red] 6,7,8,9,10 [/color]-a 11 600 Tahoma

id's being in red so mdx knows which to make which font and size.

I'm trying to avoid the constant rewriting of the $mdx set font id blah blah blah coding.

Last edited by Darkmnm; 15/03/05 05:10 PM.