Hey all,
VERY new to programming. I'm using Twine 2 with Sugarcube 2
I was able to get a running clock with the advice in:
https://twinery.org/forum/discussion/3195/clocks-still-driving-me-nuts
Is there a way to put in:
<<if $gameDate gte Date(2017, 5, 30, 6, 0, 0)>>
You're in labor!
[[Go to hospital]]
<</if>>
So that it will go off of the clock of the game for timed events?
Thanks in advance!
VERY new to programming. I'm using Twine 2 with Sugarcube 2
I was able to get a running clock with the advice in:
https://twinery.org/forum/discussion/3195/clocks-still-driving-me-nuts
Is there a way to put in:
<<if $gameDate gte Date(2017, 5, 30, 6, 0, 0)>>
You're in labor!
[[Go to hospital]]
<</if>>
So that it will go off of the clock of the game for timed events?
Thanks in advance!