Hello I would like to make a timer that counts how long a player is in a certain room and displays it for that player in text at the top of the screen. When they leave the room the timer is reset. I would like it to have the digits xx.xx seconds. How can I do this?
I tried using game text but only one text can be displayed at once and I would need four at once for all of the digits. Also this approach uses quite a few entities as just the game texts would total 40 entities not to mention changetargets and multi_managers.
Thanks for your help
User