Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<set $stepsTaken_Array to []>>
<<set $stepsNeeded_Array to ["BookFair"]>><<set $stepsNeeded_Array to ["rep(5) {moveDown();}", "rep(8){moveRight(); pickUp(books); moveRight();}","rep(2){moveUp();}","rep(7){moveLeft(); moveLeft(); pickUp(books);}",
"rep(3){moveUp();}",
"rep(4){moveRight();}"]>>
[img[Images\Day15\GSDay15BG1.png]]
"Oh... hey again."
<<set _show to { start: 0, end: 5}>>\
<div class='hide' id='next0'>[img[Images\Day15\GSDay15BG2.png]]
"I was looking through the books and so many are missing. I was hoping I would find it by now but... it's not here."</div>
<div class='hide' id='next1'>Where could it be? It's not like the books could just jump off the shelves."</div>
<div class='hide' id='next2'>[img[Images\Day15\GSDay15BG3.png]]
"Wait, you saw some books in the Gym? What are we waiting for?!"</div>
<div class='hide' id='next3'>[img[Images\Day15\GSDay15BG4.png]]
"..."</div>
<div class='hide' id='next4'>"...what?"
[[Uh, are you OK?|Steps 11 - 18]]</div>[img[Images\Day15\GSDay15BG9.png]]
"HEY"
<<set _show to { start: 0, end: 5}>>\
<div class='hide' id='next0'>[img[Images\Day15\GSDay15BG10.png]]
"YOU."</div>
<div class='hide' id='next1'>[img[Images\Day15\GSDay15BG11.png]]
"You wouldn't happen to know anything about this, would you?"</div>
<div class='hide' id='next2'>[img[Images\Day15\GSDay15BG12.png]]
"..."</div>
<div class='hide' id='next3'>"Oh, sportsball practice. Of course, of course-"</div>
<div class='hide' id='next4'>[img[Images\Day15\GSDay15BG13.png]]
"YOU WHAAAT!?!?"
[[It was Gym Ghost! They told me to, I swear!|Steps 30 - 31]]</div>[img[Images\Day15\GSDay15BG5.png]]
"WHAT HAPPENED TO THE BOOKS"
<<set _show to { start: 0, end: 3}>>\
<div class='hide' id='next0'>[img[Images\Day15\GSDay15BG6.png]]
"WHY ARE THEY ALL OVER THE FLOOR"</div>
<div class='hide' id='next1'>[img[Images\Day15\GSDay15BG7.png]]
"WHY ARE THERE FOOTPRINTS ON THEM"</div>
<div class='hide' id='next2'>[img[Images\Day15\GSDay15BG8.png]]
"WHY IS THE LADDER BROKEN"
[[You get the distinct feeling that you've really gone and stepped in it now.|Steps 19 - 29]]</div><<set _commandLength = $stepsTaken_Array.length>>\
<<if $step30Visited == null>>\
<<set $step30Visited = true>>\
[img[Images\Day15\GSDay15BG14.png]]
"<span class='whiteBold'>PICK THESE UP</span> RIGHT NOW. AND FAST. <span class='blueBold'>rep( ) { }</span> ONLY FOR MOVING."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 30 - 31][$stepsTaken_Array.push(_commandString)]]
<<else>>\
[img[Images\Day15\GSDay15BG14.png]]
"<span class='whiteBold'>PICK THESE UP</span> RIGHT NOW. AND FAST. <span class='blueBold'>rep( ) { }</span> ONLY FOR MOVING."
<<if _commandLength < $stepsNeeded_Array.length>><label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 30 - 31][$stepsTaken_Array.push(_commandString)]]
[[Clear the commands.|Steps 30 - 31][$stepsTaken_Array = []]]
<</if>>
<<if _commandLength >= $stepsNeeded_Array.length>>\
[[Check solution.|Steps 30 - 31 Evaluation]]
[[Clear the commands.|Steps 30 - 31][$stepsTaken_Array = []]]
<</if>>\
<<if _commandLength > 0>>\
Current commands:
<<for _i to 0; _i < _commandLength; _i ++>>\
<<if $stepsTaken_Array[_i] != "" && $stepsTaken_Array[_i] != " ">>\
<<print $stepsTaken_Array[_i]>>
<<else>>\
Blank Command
<</if>>\
<</for>>
<</if>>
<</if>><<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 30 - 31][$stepsTaken_Array = []]]
<<else>>\
You crank the green electricity to the max and pick up all the books.
[[Fwoosh~|Steps 32 - 40]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Horror);"]>>\
<<if $Step32Visited == null>>\
<<set $Step32Visited = true>>\
[img[Images\Day15\GSDay15BG15.png]]
"Do you have any idea how long I spent organizing those? I even made a List - a collection of book names and genres."
<<set _show to { start: 0, end: 3}>>\
<div class='hide' id='next0'>[img[Images\Day15\GSDay15BG16.png]]
"Breathe... Breathe... Okay. Thank you for picking them up. Now you're going to help me <span class='redBold'>sort();</span> through them so we can fix my list."</div>
<div class='hide' id='next1'>[img[Images\Day15\GSDay15BG17.png]]
"It's simple. There are 6 genres that we need to choose between: Adventure, Fantasy, Leisure, Romance, History, and Horror. Each one is an Element - one of the items stored in the list."</div>
<div class='hide' id='next2'>[img[Images\Day15\GSDay15BG18.png]]
"Let's try some together. Okay so these are all about zombies. I think it's a pretty safe bet to call these Horror? Use <span class='redBold'>sort(Horror);</span> to put them in the right place."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 32 - 40 Evaluation][$stepsTaken_Array.push(_commandString)]]</div>
<<else>>
[img[Images\Day15\GSDay15BG18.png]]
"It's simple. There are 6 genres that we need to choose between: Adventure, Fantasy, Leisure, Romance, History, and Horror. Each one is an Element - one of the items stored in the list."
"Let's try some together. Okay so these are all about zombies. I think it's a pretty safe bet to call these Horror? Use <span class='redBold'>sort(Horror);</span> to put them in the right place."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 32 - 40 Evaluation][$stepsTaken_Array.push(_commandString)]]
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 32 - 40][$stepsTaken_Array = []]]
<<else>>\
You take your time and slowly sort through the pile.
[[I think I got these.|Steps 41 - 42]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Adventure);"]>>\
[img[Images\Day15\GSDay15BG19.png]]
"Okay next are about people who do extreme sports. Wild. Let's say <span class='redBold'>sort(Adventure);</span> ?"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 41 - 42 Evaluation][$stepsTaken_Array.push(_commandString)]]
<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 41 - 42][$stepsTaken_Array = []]]
<<else>>\
With a little more speed, you sort the second pile.
[[Getting the rhythm.|Steps 43 - 44]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Fantasy);"]>>\
[img[Images\Day15\GSDay15BG20.png]]
"OOO castles that float in the sky and run on magical energy. <span class='redBold'>sort(Fantasy);</span> for sure."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 43 - 44 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 43 - 44][$stepsTaken_Array = []]]
<<else>>\
Books fly over and under your hands as you make the third pile.
[[Getting the rhythm.|Steps 45 - 46]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Romance);"]>>\
[img[Images\Day15\GSDay15BG21.png]]
"Pride and prejudice.. with zombies. Uh... let's just say <span class='redBold'>sort(Romance);</span> ?"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 45 - 46 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 45 - 46][$stepsTaken_Array = []]]
<<else>>\
Books fly over and under your hands as you make the fourth pile.
[[Getting the rhythm.|Steps 47 - 48]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(History);"]>>\
[img[Images\Day15\GSDay15BG22.png]]
"Cool, this is a collection of memoirs from the early 1960s. I would <span class='redBold'>sort(History);</span> ."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 47 - 48 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 47 - 48][$stepsTaken_Array = []]]
<<else>>\
The cat-eared ghost blinks at you juggling and sorting books into the fifth pile.
[[One and two and three and four and....|Steps 49 - 50]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Leisure);"]>>\
[img[Images\Day15\GSDay15BG23.png]]
"These are all about rest and relaxation. That's classic <span class='redBold'>sort(Leisure);</span> ."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 49 - 50 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 49 - 50][$stepsTaken_Array = []]]
<<else>>\
You rap your knuckles against the last book as you put it into the sixth and final pile.
[[Call me the Pagemaster.|Steps 51 - 52]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Fantasy);"]>>\
<<if $step51Visited == null>>\
<<set $step51Visited = true>>\
[img[Images\Day15\GSDay15BG24.png]]
"Okay, not bad. We're making a dent. I may need your help with these harder ones."
<<set _show to { start: 0, end: 1}>>\
<div class='hide' id='next0'>"A young Viking who aspires to hunt dragons becomes the unlikely friend of a young dragon himself and learns there may be more to the creatures than he assumed. Thoughts?"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 51 - 52 Evaluation][$stepsTaken_Array.push(_commandString)]]</div>
<<else>>
[img[Images\Day15\GSDay15BG24.png]]
"A young Viking who aspires to hunt dragons becomes the unlikely friend of a young dragon himself and learns there may be more to the creatures than he assumed. Thoughts?"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 51 - 52 Evaluation][$stepsTaken_Array.push(_commandString)]]
<</if>><<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 51 - 52][$stepsTaken_Array = []]]
<<else>>\
A flick of your wrist lands the book in the Fantasy pile.
[[Dragon status: Tamed.|Steps 53 - 54]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(History);"]>>\
[img[Images\Day15\GSDay15BG25.png]]
"Yup. Dragons are quintessential Fantasy. Next one: A diary chronicling the life and hardships of a young girl in hiding with her family during a war."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 53 - 54 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 53 - 54][$stepsTaken_Array = []]]
<<else>>\
You gently place the book into the history pile.
[[What about the next one?|Steps 55 - 57]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Romance);"]>>\
<<if $step51Visited == null>>\
<<set $step51Visited = true>>\
[img[Images\Day15\GSDay15BG26.png]]
"How about a vampire and a werewolf... Oh geeze. You know what, let me find another one."
<<set _show to { start: 0, end: 1}>>\
<div class='hide' id='next0'>
"Here we go. An elderly man tells the story of a young couple recorded and immortalized in a notebook."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 55 - 57 Evaluation][$stepsTaken_Array.push(_commandString)]]</div>
<<else>>
[img[Images\Day15\GSDay15BG26.png]]
"Here we go. An elderly man tells the story of a young couple recorded and immortalized in a notebook."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 55 - 57 Evaluation][$stepsTaken_Array.push(_commandString)]]
<</if>><<set $stepsNeeded_Array = ["sort(Adventure);"]>>\
[img[Images\Day15\GSDay15BG27.png]]
"Hmm... seems like this one is about a person who wanted to prove they could travel around the entire world in 80 days. Imagine that."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 58 - 59 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(Leisure);"]>>\
[img[Images\Day15\GSDay15BG28.png]]
"A high school senior fakes illness to avoid going to school. He ropes his best friend and partner into taking the day off with him. Wait, wasn't this only a movie?"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 60 - 61 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(Horror);"]>>\
[img[Images\Day15\GSDay15BG29.png]]
"Ew... this one is about a clown that lives in a sewer... and It gets worse. Creepy."
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 62 - 63 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(Adventure);"]>>\
<<if $step64Visited == null>>\
<<set $step64Visited = true>>\
[img[Images\Day15\GSDay15BG30.png]]
"Almost there. Hmm these are just titles. You look like you have some fancy modern technology on you. Maybe you can look these up?"
<<set _show to { start: 0, end: 1}>>\
<div class='hide' id='next0'>
"Treasure Island"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 64 - 66 Evaluation][$stepsTaken_Array.push(_commandString)]]</div>
<<else>>
[img[Images\Day15\GSDay15BG30.png]]
"Treasure Island"
(Please sort this into the matching genre.)
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 64 - 66 Evaluation][$stepsTaken_Array.push(_commandString)]]
<</if>><<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 55 - 57][$stepsTaken_Array = []]]
<<else>>\
You gently place the book in the romance pile.
[[Right, that's that one. What else do you have?|Steps 58 - 59]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 58 - 59][$stepsTaken_Array = []]]
<<else>>\
The book makes it into the adventure pile in 80 seconds as opposed to 80 days
[[80 seconds is its own kind of record, right?|Steps 60 - 61]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 60 - 61][$stepsTaken_Array = []]]
<<else>>\
As you put the book into the leisure pile, you can swear that you hear a tired voice calling out for someone named Bueller.
[[...OK then. Next?|Steps 62 - 63]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 62 - 63][$stepsTaken_Array = []]]
<<else>>\
You shudder and gently put the book in the Horror pile.
[[OK, no clowns. Not doing that. Next, next, next!|Steps 64 - 66]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 64 - 66][$stepsTaken_Array = []]]
<<else>>\
Mumming a song about being a free pirate, you put the book in the Adventure pile.
[[It was cooler in space.|Steps 67 - 68]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set $stepsNeeded_Array = ["sort(Horror);"]>>\
[img[Images\Day15\GSDay15BG31.png]]
"Frankenstein"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 67 - 68 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(Romance);"]>>\
[img[Images\Day15\GSDay15BG32.png]]
"Jane Eyre"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 69 - 70 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(Leisure);"]>>\
[img[Images\Day15\GSDay15BG33.png]]
"Bartelby the Scrivener"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 71 - 72 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(Fantasy);"]>>\
[img[Images\Day15\GSDay15BG34.png]]
"Brave New World"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 73 - 74 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set $stepsNeeded_Array = ["sort(History);"]>>\
[img[Images\Day15\GSDay15BG35.png]]
"A Tree Grows in Brooklyn"
<label>Enter a command. <<textbox "_commandString" "">></label>
[[Enter command.|Steps 75 - 76 Evaluation][$stepsTaken_Array.push(_commandString)]]<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 67 - 68][$stepsTaken_Array = []]]
<<else>>\
You drop the book onto the horror stack.
[[Remember: Frankenstein is the doctor, not the monster.|Steps 69 - 70]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 69 - 70][$stepsTaken_Array = []]]
<<else>>\
You have to take a moment to make sure you don't hurt your wrists as you put the book into the romance pile.
[[Oof, that was a doozy.|Steps 71 - 72]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 71 - 72][$stepsTaken_Array = []]]
<<else>>\
Somehow you manage to avoid dozing off as you put the book into the Leisure pile.
[[It just has this...sleep-ening aura around it. Brr.|Steps 73 - 74]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 73 - 74][$stepsTaken_Array = []]]
<<else>>\
You quickly lift the Fantasy pile and put the book in it.
[[OK. Almost there. Almost there...|Steps 75 - 76]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\<<set _gotIt = true>>\
<<for _i to 0; _i < $stepsTaken_Array.length; _i ++>>\
<<set _gotIt = $stepsTaken_Array[_i].replace(/\s/g,'') == $stepsNeeded_Array[_i].replace(/\s/g,'')>>\
<<if _gotIt == false>>\
<<break>>
<</if>>\
<</for>>\
<<if _gotIt == false>>\
Looks like you had an error somewhere. Try it again.
[[Go back.|Steps 75 - 76][$stepsTaken_Array = []]]
<<else>>\
After some deep thought, you put the book in the History pile.
[[Got any more?|Steps 77 - 86]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\[img[Images\Day15\GSDay15BG36.png]]
"Phew. Thank you. I think I've calmed down a bit."
<<set _show to { start: 0, end: 4}>>\
<div class='hide' id='next0'>[img[Images\Day15\GSDay15BG37.png]]
"Why don't you help me carry these to the Library? Then we can head back to the Dorm."</div>
<div class='hide' id='next1'>[img[Images\Day15\GSDay15BG38.png]]
"Thank you for helping today. I'm sorry I got so mad earlier, I'm sure you kinda just got dragged into that mess."</div>
<div class='hide' id='next2'>[img[Images\Day15\GSDay15BG39.png]]
"Here's a treat to thank you. Hope you like ice cream!"</div>
<div class='hide' id='next3'>[img[Images\Day15\GSDay15BG40.png]]
"Oh... Oh no..."
</div><label>Enter the password for today's class. <<textbox "_commandString" "">></label>
[[Enter command.|PasswordCheck][$stepsTaken_Array.push(_commandString)]]
<<set _gotIt = true>>\<<if _gotIt == false>>\
Password was incorrect.
[[Go back.|Password Screen][$stepsTaken_Array = []]]
<<else>>\
[[Click here to continue.|Steps 1 - 10]]
<<set $stepsNeeded_Array = []>>
<<set $stepsTaken_Array = []>>
<</if>>\