• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Name Color

Status
Not open for further replies.
Level 1
Joined
Jan 15, 2013
Messages
61
Hi guys, i am an author of a map and i want that my nickname to be colred in gradient when i enter the map. Is this a way to do it in GUI?
Thx in advance and + rep
 
Level 1
Joined
Jan 15, 2013
Messages
61
But if i am not on the position of red player? Is there a way that the map check me by the nickname no matter at what position i am?
 
Level 9
Joined
May 27, 2012
Messages
116
This should do the trick:
Just replace the Your Name with your name ^^
and then you enter the name you wish to be called can be any thing add color codes to make it special i writed Your Name with colors by using the JNPG world editor. If you dont have it go get it.
  • Name Change
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Name of (Picked player)) Equal to Your Name
            • Then - Actions
              • Player - Set name of (Picked player) to New Name (you can add color codes here)
            • Else - Actions
 
Level 1
Joined
Jan 15, 2013
Messages
61
I know the change the player name thing. But how to make that the map check my nickname. I dont see such thing like Player Name is equal to... in the world editor. So how to make this?
 
Level 9
Joined
May 27, 2012
Messages
116
Image:

image.png

Also attached a map with the trigger in it ^^
 

Attachments

  • Name Check.w3x
    16.3 KB · Views: 38
Status
Not open for further replies.
Top