I have a question,
I have a 4th empire, but when login , the name of the character is Black.
I need a codice in python to change the color of the name .
I try much codices, but not function.
Can you help me?
Thanx.
Introloading.py
PHP Code:
self.name = name
empire_id = str(net.GetEmpireID())
if empire_id == "4":
#player.GetName = str(grp.GenerateColor(0.9, 0.5,0,3.0))
#name = grp.GenerateColor(0.9, 0.5,0,3.0)
pass
else:
pass






