ID:179782
 
Is there any way, in the text ouput area, that you can get the text to align like it does when you hit space and it shows you a list of verbs?
Never help me again.
GateGuardian wrote:
Is there any way, in the text ouput area, that you can get the text to align like it does when you hit space and it shows you a list of verbs?

One way is to use a fixed-width font, like courier. Example:
usr << "<font face=courier>one\ttwo\tthree\nfour\tfive\tsix</font>"


You can set the default font for text output by using a stylesheet. That information is available in the reference (look for client/style or CSS).
In response to Tom
Tom wrote:
GateGuardian wrote:
Is there any way, in the text ouput area, that you can get the text to align like it does when you hit space and it shows you a list of verbs?

One way is to use a fixed-width font, like courier. Example:
> usr << "<font face=courier>one\ttwo\tthree\nfour\tfive\tsix</font>"
>

You can set the default font for text output by using a stylesheet. That information is available in the reference (look for client/style or CSS).

Sure would be nice to have more HTML support for output though. Even nicer to also have it for the stat panels.

Version 5?