I have one question about game time. I want the player of my game to play one room per day: F.E. today is october 16th and someone install my game. Now i want him to play just one room (or few rooms, but not all game) on the october 16th. Is it possible to do so?
Best Willis
Thank you.
Yes it's possible, using GetRawTime(), that reads the time from the user's system clock.
You'd have to save the time that they first ran the game out into a file and then use that to see how much time has passed since then.
They could of course get around it by changing their system time but there's no way around that without doing something really complicated.