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

Leader Board

Status
Not open for further replies.
Level 3
Joined
Jan 10, 2005
Messages
72
Well to make a leaderboard, you should first learn how to work with variables.
Anyways, here's a crash course:
you go to variable editor and make a variable with name (for eaxmple) lb1, and of type Leaderboard.
Than go to actions in trigger and add 'Leaderboard - Create'. Set your values. From there you should get it yourself, just remeber yo use that lb1 var you created insted of (Last created leaderboard). Also, by using variables, you can add any value you like to them. Example, creat var named 'money' and of type 'Integer'. Than make looping trigger that will each, like 1 second, {Set variable} 'Set money = (Player 1 (Red) Current gold)', and than put that var in your lb and you'll have Player's 1 gold shown there.
Hope this helped :)
 

Rui

Rui

Level 41
Joined
Jan 7, 2005
Messages
7,550
Hmm i never knew well how to work with variables, in fact i dont understand what are they for sometimes, but what i was learning was how to do a mulit-board that shows all kills and hero kills of all user players. I read the tutorial, but i still couldnt find it. :roll: Can you help me Torch?

-Rui
 
Level 3
Joined
Jan 10, 2005
Messages
72
Yes, but it would take me much time (eg. words written :)) to explain it to you properly and still it won't be easy to understand. Best thing you can do is to download some unprotected rpg map, open it in WE and study triggering system throughly
 
Status
Not open for further replies.
Top