Okay, so I'm going to be asking for a really big script here. Before I get started, let me say that you'll get a free copy of my project and credit.
I'm making an arcade type game where the play sees how long they can survive in a cave with a monster chasing them. If the monster touches them, they die. I'd like a script that will keep all of the players times and display them through script calls. The game is split in to days so I'd like it to go - Day 1: <insert time here> Day 2: <insert time here> and so on. If the player gets caught I want the time to be set to zero. I'd like it to be counted in seconds, and then minutes, then hours depending on how long the player survives. When the scores are displayed, I'd also like an option to filter the scores so they can see their best days, worst days and so on. You may say this can be evented but I would like the days to go on forever.
If you need more information don't hesitate to contact me. Thanks in advance.