Basically the ability to set a color on game.print & player.print for example
Code: Select all
player.print("some random message to the player with the color red", {r=1, g=0, b=0, a=1})
Code: Select all
player.print("some random message to the player with the default color")
just a thought. since the /color command shows the reply message colored. it would be nice if we could do the same with our scripts