Using Sugarcube 2, how should I go about displaying a certain future date based on a variable that changes as play advances? For example, if my story was written to start today, August 30 2016, and advance one day per turn, how can I display "September 2 2016" when $turn == 4?
I don't need the start date to change; that'll be set. I'm just wanting an in-game calendar that advances with play. Past discussions of date and time have focused on the actual date and/or time, not an in-game progression.
I don't need the start date to change; that'll be set. I'm just wanting an in-game calendar that advances with play. Past discussions of date and time have focused on the actual date and/or time, not an in-game progression.