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)))