ID:2778843
 
Redundant
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
The ability to modify the text color of atoms on the map in text-mode.

obj/dog
text = "@"
color = "#9FB"
This is already a thing.
Lummox JR resolved issue (Redundant)
we hack this via:

text = "font color=#D2691E>+"

but with a < before 'font'
In response to Zewaka
Zewaka wrote:
we hack this via:

text = "font color=#D2691E>+"

but with a < before 'font'

I knew that worked, just thought that modifying the color variable would also affect the color.
In response to Zewaka
Zewaka wrote:
we hack this via:

text = "font color=#D2691E>+"

but with a < before 'font'

This is documented behavior, you can also use "bgcolor" to change the background of the text.