S
Senkin
Guest
Oops sorry I was on a laggy connection and I didnt know if it was posted cause the IE got closed.
SD_Ryoko said:Dota Allstars 5.84 says:
Code:set udg_Minutes = ( ( R2I(TimerGetElapsed(udg_LBTime)) / 60 ) - ( 1 / 2 ) ) set udg_Seconds = ModuloInteger(R2I(TimerGetElapsed(udg_LBTime)), 60) if ( not ( udg_Seconds < 10 ) ) then call MultiboardSetItemValueBJ( GetLastCreatedMultiboard(), 3, 14, ( " " + ( I2S(udg_Minutes) + ( ":0" + I2S(udg_Seconds) ) ) ) ) else call MultiboardSetItemValueBJ( GetLastCreatedMultiboard(), 3, 14, ( " " + ( I2S(udg_Minutes) + ( ":" + I2S(udg_Seconds) ) ) ) ) endif
Timerstart
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Countdown Timer - Start Time as a Repeating timer that will expire in 1000000000.00 seconds
Timer
Events
Time - Every 1.00 seconds of game time
Conditions
Actions
Multiboard - Change the title of (Last created multiboard) to (Elapsed Time: + (String((Integer((Elapsed time for Time))))))