Day (print: $day)
[[Alarm 0]]
(set: $day +=1)
Your alarm has gone of (print: $alarm) times
{
(if: $event is 1)[ You wonder what would happen if you just snoozed the alarm [[Snooze 1]] But maybe you shouldn't [[Exercise 0]]]
(else-if: $event >1)[You can choose to either get up [[Choice Wake Up 1]] or you can snooze the alarm. [[Snooze 1]]]
(else:)[ [[Exercise 0]]]
}
(set: $alarm +=1)
You have eaten at the canteen (print: $breakfastCanteen)
[[Morning Work 0]]
(set: $breakfastCanteen +=1)
You have spent (print: $work) hours working.
[[Lunch 0]]
(if: $snoozed > 1 < 5)[(set: $work +=3)]
(else-if: $snoozed > 5 < 10))[(set: $work +=2)]
(else-if: $snoozed > 10))[(set: $work +=1)]
(else:)[(set: $work +=4)]
You see the same posters you did on the way to work in the canteen. You have had (print: $canteenLunch) lunches here.
[[Afternoon Work 0]]
(set: $canteenLunch +=1)
You have spent (print: $work) hours working.
[[Dinner 0]]
(set: $work +=4)
{
You have eaten dinner at the canteen (print: $dinnerCanteen) times. [[Walk Home 0]]
(if: $snoozed >=1)[You have already done something differently today and wonder weither instead of going straigh home you will go for a wonder.
[[Wonder Home 1]]]
}
(set: $dinnerCanteen +=1)
You see the posters again... This is the (print: $walkHome) you have walked straight home.
[[Home 0]]
(set: $walkHome +=1)
You put all your work things away and get ready for the evening. You wonder weither you should go to this event the poster was advertising (if: $event <=1)[again] or to your normal evening activities.
[[Event]]
[[Club 0]]
{
"Break out of your routine and you won't be disapointed."
(if: $event >=1)[Same message... and a couple more people are here too.]
[[Go to Bed 0]]
}
(set: $event +=1)
You have been to the club (print: $club) times.
[[Go to Bed 0]]
(set: $club +=1)
It has been a long day and your head hits the pillow, so that you can get up bright and early for another day.
[[Start]]
You have done prescribed exercise (print: $exercise) times.
[[Walk to Work 0]]
(set: $exercise +=1)
You snoozed the alarm (print: $snoozed)... and have a whole extra 10mins in bed!
[[Choice Wake Up 1]]
(set: $snoozed +=1)
{
You see posters on the way to work advertising an event this evening. It has been (print: $posterDays) days since it's been up, but it still says it's on today.
(if: $event >=1)[I wonder if anyone else if going to go to it... It was a rather curiouse idea to do something different.]
}
[[Breakfast 0]]
(set: $posterDays +=1)
You decide to Jog to work rather than streaching in your own room. On the way you see a groceries shop and wonder who goes into them as you can get all 3 hot meals from the canteen.
[[Breakfast 0]]
(if: $groceryShop >1)[Although you wonder what they sell in a grocery shop[[GroceryShop 2]]]
(set: $groceryShop +=1)
As you wonder along the streets you see a stationary shop. You don't think you've ever been inside or even ever seen it! Not wanting to spend too much time in the cold you head back home.
[[Home 0]]
(set: $stationary +=1)
You decide you should prbably get up... but do you:
[[Exercise 0]]
[[Jog 1]]
You wonder inside and you see a breakfast aisle. Going to the shelf you see a Bagel and decide that looks like a good breakfast.
For some reason there are a load of people looking really weirdly at you... you return the gesture.
You wonder weither to take the Bagel to the Canteen or eat it on the way to work.
[[Breakfast 1]]
[[Morning Work 0]]
(set: $Bagel +=1)
You wander into the canteen with your Bagel for the (print: $Bagel) time. You sit down and enjoy eating a different breakfast.
[[Morning Work 0]]
(set: $canteenBagel +=1)