• 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] Help with leaderboard.

Status
Not open for further replies.
Level 3
Joined
Mar 30, 2008
Messages
26
ummm hi thanks for the help but mine turned out like this
(Set player_kills = ((Player number of (Owner of (Killing unit))) + 1))
is that it??
 
Level 4
Joined
Sep 9, 2004
Messages
112
nope.. Player_kill is another variable (integer)

He is using an integer variable..

Now yours would work, but from the looks of your thing your not using an Array Interger Variable.. yours should look like this when your said and done..

  • Set PlayerKill[(Player number of (Owner of (Killing unit)))] = (PlayerKill[(Player number of (Owner of (Killing unit)))] + 1)
 
Status
Not open for further replies.
Top