setTimer ( function ( )
local time = getRealTime ( )
local hours = time.hour
local minutes = time.minute
local seconds = time.second
if ( hours == 13 and minutes == 0 and seconds == 0 ) then
outputChatBox ( "", root, 255, 255, 255, true )
end
end, 1000, 0 )