firace
Joined: 08 Feb 2009 Posts: 28
|
Posted: Thu Feb 12, 2009 5:21 pm Post subject: multi color text |
|
|
hi,
what would be a simple way to display text in more than one color? For instance, "This is [color=blue]blue [/color]and this is [color=red]red[/color]"
| Code: |
Gui, Add, text, cRed, y0 x10, This is blue and this is red
Gui, Show |
|
|