Hi,
What you can do is :
Make an fsm, in the 1st state place an 'int add' make an int variable for it, set add to 1 and check every frame
then add a 'wait', set time to 1 and real time checked
then on the next state
place a covert int to string and convert the int from the int add
now you can show the string in a ugui or gui text
then add a 'set int value' and place the int variable you made in it.
Set the Int Value to 0
add a finish transition and loop it back to state 1