I'm trying to implement time-based gameplay in my RPG, meaning that the game ends abruptly after, say, 24 hours of gameplay regardless of the player's actions (forcing the player to act quickly and responsibly).
GiL, what are the best ways to do this within the framework? Thank you.