Code:
ToolTip("Runs: " & $Runs & " - Cellars: " & $Cellars & " - Deaths: " & $Deaths & " - Repairs: " & $Repairs & " - StartTime: " & $StartTime & " - AvgTime: " & $AverageTime & "s/Run",0,0)
Sleep(Random($newGameDelayMin,$newGameDelayMax))
Thats in my script, and what my tooltip looks like at the top. It shows how many runs i have done, how many cellars were found, how many times i died, how many times i went to town to repair (and sell), what time i started the run, and average time of all runs.
Use with
Code:
$Cellars = $Cellars + 1
etc etc.