Customizable Printing
Posted: Sun Jul 12, 2015 4:56 pm
Would be nice if I can colorify the printed text coming from the command console.
Code: Select all
/c game.players[i].color = {r=1, g=1, b=1}
Didn't know that it could be applied to console output. Can it be applied to individual parts of the text as well?Koub wrote:You mean other thanCode: Select all
/c game.players[i].color = {r=1, g=1, b=1}
?