Warcraft III resources & community, 2003–2006 · archived

need help with leaderboards

8 posts
#1

need help with leaderboards

how do i make more than one leaderboard show up?
#2
Just use a multiboard, much more efficeint for having multiple sets of data
#3
BlademasterJust use a multiboard, much more efficeint for having multiple sets of data


ok i did that now how do i add a timer to it?
#4
Timers are seperate, ive not seen one in a multiboard before.. though i do not doubt that it is impossible
#5
ok so is there a way have to have a leader board and a countdown timer?
#6
yes you can, what exactly are you trying to do?
#7
Blademasteryes you can, what exactly are you trying to do?


uh i jus need a count down timer with a leaderboard
and i also dont kno how to create a countdown timer
#8
ok create a variable for a countdown timer
for this example the timer variable = t

Untitled Trigger 001
Events
Whatever you want
Conditions
Whatever you want
Actions
Countdown Timer - Start t as a One-shot timer that will expire in XX.XX seconds
Countdown Timer - Create a timer window for (Last started timer) with title Whatever

now create a new trigger:
Event
t expires
Action
Destroy t
Any other actions

NOTE: You dont need variables but if your doing hero revives or anything to have multiple timers at once use variables.