HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Showing Elapsed Game Time

02-18-2005, 09:18 PM#1
Tear25
In DotA, there is a timer on the top right that shows how long the game has been going on for. How does one do that, I can't find it anywhere.
02-18-2005, 10:01 PM#2
Guest
You'd have to change the number in the row to a higher number every second. SOMething like:

Events
Time - Every 1.00 seconds
Conditions
Actions
Multiboard - Set the text for Your_multiboard item in column 1, row 1 to (String((yourintegervariable + 1)))
02-19-2005, 12:13 AM#3
Moose-Head_Man
This is simpler than what the above person posted.

Create that box thing, multiboard or w/e you want it to be.

Every 1 Seconds
Set the text displayed to the elapsed game time.
02-19-2005, 11:07 AM#4
vile
hey i wanna do this too but i cant see a command in the Real options, that says "Game - Elapsed game time"....
02-19-2005, 05:32 PM#5
Moose-Head_Man
hmm maybe its integer, you may have to convert a string to real or integer too


EDIT: damn no such thing exists, i wanted that rep dammit
02-19-2005, 06:39 PM#6
ThyFlame
I find that extremely odd, as there is a condition 'if elapsed game time is == XX'...