Hi,
In my game, the player starts with 5 lives. Any time a life is lost, I want a timer of 30 minutes to start, at the end of which a life is added. Now I also want the timer to be active, even when the game is not being player. For example, if all the 5 lives are lost and the player exits the game and then comes back 3 hours later, he should be able to restart with 5 lives because he has been away longer than 5x30 minutes.
I am trying to implement this using the Date plugin but can't seem to get anywhere.
Any help will be very much appreciated. Thanks.