• 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.

[Trigger] Player Name To ==> (Creator)(Name)

Status
Not open for further replies.
Level 8
Joined
Oct 3, 2008
Messages
367
This should do what I think you're looking for it to do.

It loops through the players, and if the name of a player is ShadowBlades the name is changed to (Creator) ShadowBlades.

Although, giving the creator of a map special stuff isn't very popular among non-creators.

  • This Is Not A Trigger
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Name of (Picked player)) Equal to (==) ShadowBlades
            • Then - Actions
              • Player - Set name of (Picked player) to (Creator) ShadowBlades
            • Else - Actions
 
Status
Not open for further replies.
Top