First of all you should give us the full version number of the versions of both Twine 2 and SugarCube 2 you are using.
Also, can you maybe provide us with the code you have in place for the clock right now. Post code by clicking the little C above the comment box or pressing ctrl+O.
Comments
Also, can you maybe provide us with the code you have in place for the clock right now. Post code by clicking the little C above the comment box or pressing ctrl+O.
In passages at top:
<<if $gameDate gte Date(2017, 5, 30, 6, 0, 0)>>
You're in labor!
Go to hospital
<</if>>
In StoryInit
StoryInit
<<set $now to new Date(2017, 5, 29, 6, 0, 0)>>
<<set $pregnant to true>>
Home