martin2k Command - text
Syntax
text <column>,<row>,<colour>,<text>
Description
Displays coloured text in at the specified place on the screen. colour is optional.
Built-in Colours:
| |
black |
|
silver |
| |
maroon |
|
red |
| |
green |
|
lime |
| |
olive |
|
yellow |
| |
navy |
|
blue |
| |
purple |
|
fuchsia/magenta |
| |
teal |
|
aqua/cyan |
| |
grey/gray |
|
white |
As well as using the colour names, you can use the number code e.g. 255 for
red (from 0 black to 16777215 - white. HTML colours are also supported
e.g.: #FF0000 for red.
E.g.:
| text 3,3,fuchsia,This text starts at column 3, row 3 and is fuchsia (or magenta) in colour |
Screenshot

See Also
batch; block; box; circle;
crazy; line; picture;
pixel; text2; write