Sheefo I guess Michael responded to my reply on what FoxHound said:

Quote:

Remeber that you can't change the font with draw_text, it is Arial 20 bold, to change the font you need "draw_textmode" and it is a slow instruction.





So you are right Sheefo, about draw_mode not needed to change the font color. This is done in the last argument of the draw_text instruction. but, the standard font type is arial. To be able to change that. You need draw_mode, which is told to be slow and therefore not recommended.

However Michael said it doesn't influence the online gameplay, because the draw_mode instruction is only executed locally.

Dusty


smile