Leader Board

Status
Not open for further replies.

Vashalefski

V

Vashalefski

Does anyone know how to make a leader board in map editor??? If I find that I can finish my map. Thanx!
 
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 :)
 
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
 
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.
Back
Top