<html><img src="http://i.imgur.com/LXtXEmD.gif"></html>
=><=
[[Start|start]]
<html><img src="http://i.imgur.com/hZxa8xX.gif"></html>
=><=
(set: $progress to 0)
[[Time to get up|10am]]<html><img src="http://i.imgur.com/XDjGYhy.gif"></html>
=><=
(set: $progress +=1)
(set: $cupoftea to true)
(set: $tea to "Russian tea")<mark><tw-link class='cyclingLink' data-cycling-texts='["Russian tea", "Verbena infusion", "Citrus blend", "Green tea with mint", "Apple Oolong", "White jasmin tea", "Peach&Apricot black tea"]' onclick='clickCyclingLink(this, "$tea");'>$tea</tw-link></mark>
Careful, it's hot.
[[Done->cupoftea_next]]<html><img src="http://i.imgur.com/5muJEJR.gif"></html>(set: $progress +=1)
=><=
Bubbles.
[[Done->dishes_next]]<html><img src="http://i.imgur.com/cvu6Zu0.png"></html>
=><=
What do you want to do next ?
[[Take a shower|shower]]
[[Reorganize the shelves|shelves]]
[[Look out the window|window]]
<html><img src="http://i.imgur.com/N6XKizf.png"></html>
=><=
It's a beautiful day.
What do you want to do ?
[[Have a cup of tea|cupoftea]]
[[Make the bed|makebed]]
[[Take a shower|shower]]<html><img src="http://i.imgur.com/FhaOhLT.png"></html>
=><=
What do you want to do next ?
[[Do the dishes|dishes]]
[[Brush your teeth|brushteeth]]
[[Take a Shower|shower]]
(if: $bed is true)[] (else:)[ [[Make the bed|makebed]] ] <html><img src="http://i.imgur.com/s4fEm7c.gif"></html>
=><=
(set: $progress +=1)
(set: $bed to true)
[[Done ->makebed_next]]<html><img src="http://i.imgur.com/Y12e0C6.png"></html>
=><=
What do you want to do next ?
[[Take a shower|shower]]
[[Have a cup of tea|cupoftea]]
[[Vacuum the apartment|vacuum]]<html><img src="http://i.imgur.com/Iu6bj88.gif"></html>(set: $progress +=1)
=><=
Nice and hot water. And scented shower creams.
(set: $soap to "Coconut")<mark><tw-link class='cyclingLink' data-cycling-texts='["coconut", "alep soap", "sage & olive oil", "lemonpie", "green tea", "cinnamon"]' onclick='clickCyclingLink(this, "$soap");'>$soap</tw-link></mark>
[[Done->shower_next]]<html><img src="http://i.imgur.com/23phZew.png"></html>
=><=
You smell of (print: $soap).
What do you want to do next ?
[[Reorganize the shelves|shelves]]
[[Make the bed|makebed]]
[[Brush your teeth|brushteeth]]<html><img src="http://i.imgur.com/VgEUZlG.gif"></html>(set: $progress +=1)
=><=
[[Done->brushteeth_next]]<html><img src="http://i.imgur.com/mYpZLz4.png"></html>
=><=
What do you want to do next ?
[[Vacuum the appartment|vacuum]]
[[Reorganize the shelves|shelves]]
[[Look out the window|window]]<html><img src="http://i.imgur.com/qQAr52Y.gif"></html>(set: $progress +=1)
=><=
Reorganize by (set: $shelves to "color")<mark><tw-link class='cyclingLink' data-cycling-texts='["color", "size"]' onclick='clickCyclingLink(this, "$shelves");'>$shelves</tw-link></mark>.
[[Done|shelves_next]]<html><img src="http://i.imgur.com/BvJLbAv.png"></html>
=><=
What do you want to do next ?
[[Look out the window|window]]
[[Take a nap|nap]]
[[Go outside|outside]]<html><img src="http://i.imgur.com/9iwfnqz.gif"></html>(set: $progress +=1)
=><=
Did you know dust is actually 80% made of dead skin cells ?
[[Done ->vacuum_next]]<html><img src="http://i.imgur.com/QyT1Sif.png"></html>
=><=
What do you want to do next ?
[[Go outside|outside]]
[[Have a cup of tea|cupoftea]]
[[Take a nap|nap]]
<html><img src="http://i.imgur.com/hDn2vVK.gif"></html>(set: $progress +=1)
=><=
[[Done->window_next]]<html><img src="http://i.imgur.com/90XTusb.png"></html>
=><=
What do you want to do next ?
[[Go outside|outside]]
[[Take a nap|nap]]
[[Vacuum the appartment|vacuum]]<html><img src="http://i.imgur.com/7Mupree.png"></html>(set: $progress +=1)
=><=
[[Done|nap_next]](if: $progress > 10 )[<html><img src="http://i.imgur.com/DhRgNmR.gif"></html>
=><=
[[Everything will be fine|door_next]]
]
(else:)[
<html><img src="http://i.imgur.com/T8xDs49.png"></html>
=><=
[[But there aren't any doors.|outside_next]]
]
<html><img src="http://i.imgur.com/N6XKizf.png"></html>
=><=
What do you want to do next ?
[[Have a cup of tea|cupoftea]]
[[Make the bed|makebed]]
[[Look out the window|window]]
[[Go outside|outside]]<html><img src="http://i.imgur.com/T8xDs49.png"></html>
=><=
You're not ready just yet. (if: $cupoftea is true )[ Maybe have another cup of (print: $tea) ? ](else:)[What about a nice cup of tea ?]
What do you want to do next ?
[[Have a cup of tea|cupoftea]]
[[Reorganize the shelves|shelves]]
[[Brush your teeth|brushteeth]]<html><img src="http://i.imgur.com/LptUeCa.gif"></html>
=><=
It sure is a beautiful day.
[[What do you want to do next ?|credits]]
=><==
<html><img src="http://i.imgur.com/KxTD97R.png"></html>
=><=
Created for the <html><a href="https://itch.io/jam/self-care-jam">SelfCareJam 2016</a></html>
by Yllogique · <html><a href="http://yllogique-portfolio.tumblr.com">Portfolio</a></html>