• 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] 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
 
Level 11
Joined
Dec 11, 2007
Messages
888
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
 
Level 12
Joined
Apr 27, 2008
Messages
1,228
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 :)
 
Level 3
Joined
Jun 23, 2007
Messages
32
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.
Top