Skip to content
User Avatar
#3629
Auto-translated

Hi! So, I wrote a function, added a notification in it using print, and to avoid having to stare at the green font, I decided to recolor it. So, I have this code:

function AllowHero( PLAYER, Hero )
print( "<color=yellow>Героя <color=orange>", Hero, " <color=yellow>нет на карте. Функция по его добавлению на карту работает" )

I.e., in the game console, yellow text with an orange hero name Hero should be displayed, but for some reason, Hero shows up in an eye-searing green color for me. How could I fix this issue? Also, is there any way to change the console font color from green to something else? Because green is really uncomfortable for me.