game.print // player.print addition to add color
Posted: Mon Mar 12, 2018 5:44 am
If there is a way to do this, I apologize, I could not find a way to do this so I am requesting this
Basically the ability to set a color on game.print & player.print for example
if a color is not presented like
then it would be the basic white.
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
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