[General] Hero Names in Leaderboard

Status
Not open for further replies.
Level 6
Joined
Apr 3, 2015
Messages
108
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
 
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.
Back
Top