{(set: $d to (colour:#DDDDDD))
(set: $c to (colour:#DDDDDD)+(transition: "dissolve"))
(set: $b to (transition: "dissolve"))
(set: $a1 to 0)
(set: $clients to false)
(set: $project to false)
(set: $both to false)
(set: $dressed to false)
(set: $shoes to false)
(set: $otherboth to false)
(display: "food")}
$d|ibed1>[Get out of bed.]
$d|idressed1>[Get dressed for the day.]
$d|ishoes1>[Tie your shoes.]
$d|ioffice1>[Go to the office.]
$d|iproject1>[Wrap up your project.]
$d|iclients1>[Form ties with clients at lunch.]
$d|iapart1>[Go back to your apartment.]
$d|ifriend1>[Connect with your friends.]
$d|isleep1>[Sleep.]
{
$b|bob>[A twist of yarn on your quilt.]
(click-replace: ?bob)[(display: "Fear")]
}
{$b|Joe>[A piece of yarn in your hand.]
(click-replace: ?Joe)[(display: "success")]
}
{$c[Small black threads on the floor.]
(replace: ?iclients1)[(display: "Clients0")]
(replace: ?iproject1)[(display: "Project0")]
}
{
$b|jclients1>[Attend lunch with clients.]
(click-replace: ?jclients1)[(display: "Clients2")]
}
{$c[Call your clients one by one to drop them.]
(set: $clients to true)
(set: $both to $project and $clients)
(if: $both)[(display: "Rewrite")]
}
{
$b|jproject1>[Carefully ponder your project.]
(click-replace: ?jproject1)[(display: "Project2")]
}
{$c[Abandon your project.]
(set: $project to true)
(set: $both to $project and $clients)
(if: $both)[(display: "Rewrite")]
}
{
$b|jproject0>[Wrap up your project.]
(click-replace: ?jproject0)[(display: "Project1")]
}
{
$b|jclients0>[Form ties with clients at lunch.]
(click-replace: ?jclients0)[(display: "Clients1")]
}
{$b|linkOffice0>[Go to the office.]
(click-replace: ?linkOffice0)[(display: "Office1")]}
{$b|walk1>[Walk towards your office.]
(click-replace: ?walk1)[(display: "Office2")]}
{$c[Call in to quit.]
(replace: ?iapart1)[(display: "Apart0")]
}
{
$b|apartment>[Go back to your apartment.]
(click-replace: ?apartment)[(display: "Apart1")]
}
{(replace: ?ioffice1)[(display: "Office0")]}
{
$b|apartment1>[Wander the streets.]
(click-replace: ?apartment1)[(display: "Apart2")]
}
{$c[Just stay home.]
(replace: ?ifriend1)[(display: "Friend0")]
}
{
$b|friend>[Connect with your friends.]
(click-replace: ?friend)[(display: "Friend1")]
}
{
$b|friend1>[Think about your friends.]
(click-replace: ?friend1)[(display: "Friend2")]
}
{$c[Distance yourself from your friends.]
(replace: ?idressed1)[(display: "Dressed0")]
(replace: ?ishoes1)[(display: "Shoes0")]
}
{$b|linkDressed0>[Get dressed.]
(click-replace: ?linkDressed0)[(display: "Dressed1")]}
{$b|linkShoes0>[Tie your shoes]
(click-replace: ?linkShoes0)[(display: "Shoes1")]}
{$b|idressed1>[Consider your outfits.]
(click-replace: ?idressed1)[(display: "Dressed2")]}
{$b|ishoes1>[Slip on your shoes]
(click-replace: ?ishoes1)[(display: "Shoes2")]}
{$c[Stay in your pajamas.]
(set: $dressed to true)
(set: $otherboth to $dressed and $shoes)
(if: $otherboth)[(display: "Rewrite2")]
}
{$c[Leave your shoes on the floor, untied.]
(set: $shoes to true)
(set: $otherboth to $dressed and $shoes)
(if: $otherboth)[(display: "Rewrite2")]
}
{(replace: ?isleep1)[(display: "Sleep0")]}
[[Sleep.->Sleep1]]
$c[Small black threads on the floor.]
$c[Get out of bed.]
$c[Stay in your pajamas.]
$c[Leave your shoes on the floor, untied.]
$c[Call in to quit.]
$c[Abandon your project.]
$c[Call your clients one by one to drop them.]
$c[Just stay home.]
[[Sleep.->Sleep2]]
$c[Small black threads on the floor.]
$c[Get out of bed.]
$c[Stay in your pajamas.]
$c[Leave your shoes on the floor, untied.]
$c[Call in to quit.]
$c[Abandon your project.]
$c[Call your clients one by one to drop them.]
[[Sleep.->Sleep3]]
$c[Small black threads on the floor.]
$c[Get out of bed.]
$c[Stay in your pajamas.]
$c[Leave your shoes on the floor, untied.]
$c[Call in to quit.]
$c[Abandon your project.]
[[Sleep.->Sleep4]]
$c[Small black threads on the floor.]
$c[Get out of bed.]
$c[Stay in your pajamas.]
$c[Leave your shoes on the floor, untied.]
$c[Call in to quit.]
[[Sleep.->Sleep5]]
$c[Small black threads on the floor.]
$c[Get out of bed.]
$c[Stay in your pajamas.]
$c[Leave your shoes on the floor, untied.]
[[Sleep.->Sleeep6]]
$c[Small black threads on the floor.]
$c[Get out of bed.]
$c[Stay in your pajamas.]
[[Sleep.->Sleep7]]
$c[Small black threads on the floor.]
$c[Stay in bed.]
[[Sleep.->Sleep8]]
$c[Small black threads on the floor.]
[[Sleep.->Sleep9]]
$c[Sleep.]