• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Help with Changing Player's Color Name

Status
Not open for further replies.
Level 8
Joined
Jun 26, 2019
Messages
318
I need help with fixing the changing player's color name in the trigger I am working on. I am trying to have all players in team 1 to be red of color name within player's name without changing player's name. Only color. And, when I do that, in the game, it went blank... and here the picture... help me to fix this. Thanks.
 

Attachments

  • Picture1.png
    Picture1.png
    587 KB · Views: 130
Last edited:
Level 8
Joined
Jun 26, 2019
Messages
318
No... it's targeting the player's name and automatically changes to Player's name with the color to be red involved with all other players to be red too for team 1, you know. Like, when the player join the game example: "Wrda" joined the game and automatically changes Wrda's player name's color to be red. I don't know to explain this.
 
Level 39
Joined
Feb 27, 2007
Messages
5,024
There is no "picked player":
  • Player - Add Player 1 (Red) to Team1
  • Player - Add Player 2 (Blue) to Team1
  • Player - Add Player 3 (Teal) to Team1
  • Player - Add Player 4 (Purple) to Team1
  • Player - Add Player 5 (Yellow) to Team1
  • Player - Add Player 6 (Orange) to Team1
  • Player Group - Pick every player in Team1 and do (Actions)
    • Loop - Actions
      • Player - Change name of (Picked Player) to (|cffff0000 + (Name of (Picked Player) + |r))
 
Status
Not open for further replies.
Top