|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Wed Oct 22, 2003 12:07 am
text size |
can somebody help me with a MXP command. I want to increase the font size for when people are speaking.
My current trigger is
#tr {says} {#cap speaking}
I tried added
#sub <font face="Times New Roman" size="20">{%1}</font>
but I think I'm doing it wrong.
text from mud
Abil says in common, 'I'll be here' |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Oct 22, 2003 12:20 am |
Try moving the braces to surround everything for the #SUB, and using single quotes withing the MXP tag. Not sure if it will work, but it is what I would try. Also if Use <> for expand is enabled in the preferences then you will have to quote the whole thing.
#sub {"<font face='Times New Roman' size='20'>%1</font>"} |
|
|
|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Wed Oct 22, 2003 12:30 am |
I think the problem may be in the #tr {says} not picking up the entire line. so %1 is not loaded.
|
|
|
|
|
|