Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Trigger modifier? Set text to player color?
Trigger modifier? Set text to player color?
09-06-2004, 10:13 PM
#1
shrimpchips
Is there a way to change text to the color of the player that triggered it?
09-06-2004, 11:29 PM
#2
Vexorian
you have to make the color codes manually, probably turn them into a strings array
set name[1] = "|cffff0000" + Player name of Player 1 + "|r"
...
set name[12] = "|cffcccc00" + Player name of Player 12 + "|r"