I believe that is easy enough to do. You can use any variable - Private or Global variable - to store the value, and a Text Object to display it.
Simple enough to do would be a Text Object with a Private Variable "Counter":
+Always
Set Text to Counter
+On Action
Add 1 to Text.Value('Counter')