• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Solved] Player name change?

Status
Not open for further replies.
Level 4
Joined
Jul 20, 2011
Messages
77
How do i make a players name change depending on a unit he/she selects?
i am making a Builder map like Village builder or lord of the Rings builder and i want to make it so when you pick your race it changes your name
Example: i pick Imperials so my name will be changed too
Greatninjaman (Imperial)
so whats the action for doing this?
 
Man I have stand u to u want to hero name be changed like in dota. U select hero/unit and your name is changed:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Sells a unit
    • Conditions
    • Actions
      • Set PlayerName_String = ((Name of (Owner of (Buying unit))) + ( ( + ((Name of (Sold unit)) + ))))
      • Player - Set name of (Owner of (Buying unit)) to PlayerName_String
 
Status
Not open for further replies.
Top