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

[General] Hero Names in Leaderboard

Status
Not open for further replies.
Level 6
Joined
Apr 3, 2015
Messages
107
Hello everyone! im having a bit of a problem tryin to make this work, im making a melee map with a "hero kills" leaderboard, thing is i want the name of the player that appears in the leaderboard to be the name of the FIRST hero they make/spawn......how do i do dat?

It would be better if it only needs simple triggers tho
 
Level 15
Joined
Jul 9, 2008
Messages
1,552
given that your leader board is already created at the start u can use this

  • Events
    • Unit - A unit enters (Playable map area)
  • Conditions
    • Firsthero[(Player number of (Owner of (Triggering unit)))] Equal to False
    • ((Triggering unit) is A Hero) Equal to True
  • Actions
    • Set Firsthero[(Player number of (Owner of (Triggering unit)))] = True
    • Leaderboard - Change the label for (Player((Player number of (Owner of (Triggering unit))))) in (Last created leaderboard) to (Name of (Triggering unit))
 
Status
Not open for further replies.
Top