You have two boxes: one for trash, the other for keeping.
[[Clean.->Room.]]
(set: $key = 0)
(set: $tossTotal = 0)
(set: $cleanTotal = 0)
(set: $tossHearts = 0)
Your clothes hang on the rack, packed like a deck of cards. (unless: $tossJacket is 1)[The [[jacket]] is somwehere in there.] (unless: $tossBox is 1)[The shoebox too.]
(click: "shoebox")[(if: $cleanTotal <= 9)[You should start with easier stuff first.](else:)[ [[You slide the lid off...]] ]]
[[Room.]]
A broken alarm clock. (unless: $tossTrophy is 1)[A [[trophy]].] (unless: $tossHearts is 1)[An [[antique box]].]
[[Room.]]
(if: $tossHearts is 1)[The room is spotless.](else-if: $cleanTotal >= 7 and <= 11)[The room is tidy.](else-if: $cleanTotal >= 3 and <= 6)[The room is cluttered.](else-if: $cleanTotal <= 3)[The room is a mess.] (if: $tossHearts is 1 and $tossTotal > 2)[ The toss box is full to bursting.
[[Take it to the dumpster.->It's over.]]] (else-if: $tossHearts is 1 and $tossTotal >= -2 and <= 2)[ The toss and keep boxes are about equally full.
[[Take it to the dumpster.->It's complicated.]]] (else-if: $tossHearts is 1 and $tossTotal < -2)[ The toss box is nearly empty.
[[Take it to the dumpster.->It's unfinished.]]]
[[Bed]]
[[Nightstand]]
[[Closet]]
[[Bookshelf]]
[[Desk]]
(set: $key = 0)
(set: $tossTotal = 1)
(set: $cleanTotal = 1)
You kept it in your trunk until they told you they were sick of the backseat.
[[Toss.->Bed]]
[[Keep.->Bed]]
[[Not yet.->Bed]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossBlanket = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossBlanket = 1)
]
It came with a CD they gave you.
[[Toss.->Bed]]
[[Keep.->Bed]]
[[Not yet.->Bed]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossPoster = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossPoster = 1)
]
A photo of you both at a beach bonfire. Prom pictures at the park; they got crowned and you thought it might've been a joke.
[[Toss.->Bed]]
[[Keep.->Bed]]
[[Not yet.->Bed]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossPolaroid = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossPolaroid = 1)
]
An expensive drawing tablet they got you for Christmas, but your parents got you a nicer one the same day.
[[Toss.->Bookshelf]]
[[Keep.->Bookshelf]]
[[Not Yet.->Bookshelf]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossTablet = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossTablet = 1)
]
MVP, varsity wrestling. They stole it from someone's party on the night you first kissed.
[[Toss.->Nightstand]]
[[Keep.->Nightstand]]
[[Not yet.->Nightstand]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossTrophy = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossTrophy = 1)
]
Dark wood, ornate carvings. They never told you where they got it.
Open it.
[[Not yet.->Nightstand]]
(click: "Open it.")[(if: $key is 1)[It's brimming with cut-out [[paper hearts.]]](else:)[ [[It's locked.->Nightstand]] ]]
A valentine's day gift. On each heart is a thing they loved about you. This is the second time you've ever opened it.
[[Toss.->hearts2]]
[[Keep.->hearts2]]
(link: "Not yet.")[
It's time.]
(click: "Toss")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossHearts = 1)
]
(click: "Keep")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossHearts = 1)
]
You tried to cheat off them once and they gave you these instead.
[[Toss.->Desk]]
[[Keep.->Desk]]
[[Not yet.->Desk]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossStudyguide = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossStudyguide = 1)
]
Their mother insisted on buying it for you that one summer you spent with them back east.
[[Toss.->Desk]]
[[Keep.->Desk]]
[[Not yet.->Desk]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossHat = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossHat = 1)
]
Ink-splotched, shaggy with loose papers. (unless: $tossStudyguide is 1)[Old [[study guides]].] (unless: $tossGoofy is 1)[Goofy [[drawings]].] (unless: $tossHat is 1)[A [[baseball cap]] on a lamp.]
[[Room.]]
A town of mutant cyborg deer at a carnival-hospital. You drew it together one doodle at a time.
[[Toss.->Desk]]
[[Keep.->Desk]]
[[Not yet.->Desk]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossGoofy = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossGoofy = 1)
]
Unmade, as always. (unless: $tossBlanket is 1)[At the foot of the bed, an extra [[blanket]].] (unless: $tossPoster is 1)[On the wall: a concert [[poster]] ]{(if: $tossPoster is 1 and $tossPolaroid is 0)[On the wall: [[polaroids.]]](else-if: $tossPoster is 0 and $tossPolaroid is 1)[.](else-if: $tossPoster is 0 and $tossPolaroid is 0)[and [[polaroids.]]](else:)[]}
[[Room.]]
Notes from people you don't speak to anymore. A whole page claimed with markers, stickers, doodles; framing the spot where a letter was once taped.
[[Look for it.->Bookshelf]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossYearbooks = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossYearbooks = 1)
]
It's stuffed and dusty. (unless: $tossBook is 1)[That [[novel]] you never finished.] (unless: $tossYear is 1)[A row of [[yearbooks.]]] (unless: $tossTablet is 1)[On the bottom shelf, an [[unopened box.]]]
[[Room.]]
A sci-fiction novel their dad recommended.
[[Toss.->Bookshelf]]
[[Keep.->Bookshelf]]
[[Not Yet.->Bookshelf]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossBook = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossBook = 1)
]
It's heavy and scaled with band patches.
[[Toss.->Closet]]
[[Keep.->Closet]]
[[Not Yet.->Closet]]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossJacket = 1)
]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossJacket = 1)
]
Inside: ticket stubs, your first movie date and all the others; a sheaf of birthday cards from every hallmark section but birthday; a pretty stone, your birth stone, they tell you, but you can't remember what it's called; a journal; (unless: $key is 1)[an old antique key;] a hospital wristband; a letter.
[[Toss.->Closet]]
[[Keep.->Closet]]
(link: "Not yet.")[
It's time.]
(click: "old antique key")[
(set: $key = 1)
]
(click: "Toss.")[
(set: $tossTotal += 1)
(set: $cleanTotal += 1)
(set: $tossBox = 1)
(set: $key = 1)]
(click: "Keep.")[
(set: $tossTotal -= 1)
(set: $cleanTotal += 1)
(set: $tossBox = 1)
(set: $key = 1)
]
(link: "The way you hold me")[(link: "Your skill as an artist (yes, I said it, deal with it!)")[(link: "Your big crazy brain")[(link: "That time you stayed with me when it was really bad")[(link: "That you can't crack an egg")[(link: "That you camped with me even though you hate it")[(link: "Your courage about things that matter")[(link: "How you listen")[(link: "Your eyes")[(link: "Your ears")[(link: "Your nose")[(link: "Your mouth")[(link: "The whole thing, duh!")[(link: "That one spot (You know the one)")[(link: "That somehow you don't give up on me")[(link: "You're not afraid to be silly with me")[(link: "Your optimism")[(link: "That you help me be my best self")[(link: "How you make me feel safe")[
[[It's empty.->Room.]]]]]]]]]]]]]]]]]]]]]
You throw it in the dumpster and slam the lid shut.
Go to your room.
(Click: "Go to your room.")[
You sit on your bed. You're too tired to be angry.
[[Laptop.]]]
You place it gently inside the dumpster.
Go to your room.
(Click: "Go to your room.")[
You lay on your bed for a while.
[[Yearbooks.->Yearbook Cover]]]
...Eventually you put it on the ground beside the dumpster.
Go to your room.
(click: "Go to your room.")[
You sit on your bed.
[[Old Texts.]]]
<img src = "http://i.imgur.com/Iz2EM4w.jpg">
[[...->Text2]]
<img src = "http://i.imgur.com/GaICoWG.jpg">
[[...->Yearbook 1]]
<img src = "http://i.imgur.com/pEDhYPn.jpg">
The end.
by Jimmy Evans
<img src = "http://i.imgur.com/3Uge4ZM.jpg">
[[...->Yearbook 2]]
<img src = "http://i.imgur.com/oGMJiT1.jpg">
[[...->Yearbook 3]]
<img src = "http://i.imgur.com/oNFfSrY.jpg">
[[...->Yearbook 5]]
<img src = "http://i.imgur.com/xlrH4Xq.jpg">
[[...->Yearbook 4]]
<img src = "http://i.imgur.com/Ksvuwux.jpg">
The end.
by Jimmy Evans
<img src = "http://i.imgur.com/VtKWXkm.jpg">
[[...->Text5]]
<img src = "http://i.imgur.com/KOsDMOJ.jpg">
[[...->Text3]]
<img src = "http://i.imgur.com/BbYjWDm.jpg">
[[...->Text4]]
<img src = "http://i.imgur.com/ZsAU9fg.jpg">
[[...->Text6]]
<img src = "http://i.imgur.com/ebVxvr5.jpg">
The end.
by Jimmy Evans
<img src = "http://i.imgur.com/tUKgbtB.jpg">
[[...->Text7]]
<img src = "http://i.imgur.com/qiBNXNZ.jpg">
[[...->Yearbook 6]]
<img src = "http://i.imgur.com/RDgL1RT.jpg">
[[...->Yearbook 7]]
<img src = "http://i.imgur.com/Tnnog0h.jpg">
[[...->Yearbook 8]]
<img src = "http://i.imgur.com/LVm50Yl.jpg">
[[...->Yearbook 9]]
<img src = "http://i.imgur.com/DP4Mr3X.jpg">
[[...->Yearbook Cover 2]]