[Trigger] dota's hero revive timer

Status
Not open for further replies.
Level 3
Joined
Jun 23, 2007
Messages
32
does anyone know how to make a revive timer like dota's?

it's not create timer window----because that appears above the multiboard and uses reals

dota's appears beneath it, looks a little different and uses intergers
 
the "timer" from dota is implemented into multiboard. it isn't a standard timer
when a hero dies it sets a variable to hero level (i guess) x y seconds. then decreases the variable by 1 every 1 second until it reaches 0 and revives the hero
 
the "timer" from dota is implemented into multiboard. it isn't a standard timer
when a hero dies it sets a variable to hero level (i guess) x y seconds. then decreases the variable by 1 every 1 second until it reaches 0 and revives the hero

Yeap :)
 
srry for the double post, that was an accidnt.

when you say implemented into the multiboard, well how do you do that?

i didnt think it was part of the multiboard b/c its in its own seperate square, underneath the multiboard.
 
Status
Not open for further replies.
Back
Top