Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<set _clicked = false>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>Fast forward to 30 years from now, due to Climate Change. The earth has become more deadly. Nevertheless, you have the potential to change everything...<</type>>\
</div>
<div id="controller">\
<<link "Continue">>\
<<if _clicked is false>>
<<set _clicked = true>>
<<append "#content">>\
<<type 5ms>>
Currently, the world's habitable lands are at less than 50%, and wildlife's population is one-third compared to 30 years ago. Furthermore, 80% of the world's population is dying of famine. Billionaires and Millionaires have prepared to enter their bunkers or move to Mars. Moreover, the unemployment rate is about 90%, and most of the jobs are operated by robots and AI. Lastly, people are fighting for their lives mentally and physically.<</type>>\
<</append>>
<<else>>
<<goto "The Prologue">>
<</if>>
<</link>>
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You wake up sitting on your bed in a 70-year-old apartment cell. Furthermore, you have witness climate change issues for the past decades. Next, you turned on YouTube to entertain yourself. However, all you can see on the trending page are Climate Change related videos. You clicked on one of the videos by accident. The video shows people rushing to a supermarket.
<img style="object-fit: scale-down; width: 100%;" src="https://images.squarespace-cdn.com/content/v1/58fa6362579fb3237913d460/1529959924593-84ER8TTHGF505P1YU2V6/world-war-z-movie-screencaps.com-1664.jpg"><</type>>\
</div>
<div id="controller">\
[[Turn off the video and go to the Supermarket->First Isle]]
[[Keep Watching ->Watch Videos]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _isFirstTime = $firstIsleCounter === 0>>
<<set $firstIsleCounter += 1>>
<</nobr>>
<h2 id="title">''Supermarket: <<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
<<if _isFirstTime>>You have arrived at the supermarket. However, there is very little stuff left you can grab. Unfortunately, you didn't find anything on the first isle.<img style="object-fit: scale-down; width: 100%;" src="https://static01.nyt.com/images/2017/04/22/world/22venezuela2/22venezuela2-articleLarge.jpg">\
<<else>>There is nothing here.\
<</if>>\
<</type>>\
</div>
<div id="controller">\
[[Go to second isle->Second Isle]]
[[Leave the Supermarket->Outside of Supermarket]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set $secondIsleCounter += 1>>
<<set _isPerson1Dying = $secondIsleCounter === 2 && $person1 === 0>>
<</nobr>>
<h2 id="title">''Supermarket: <<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
<<if $secondIsleCounter < 2>>There is nothing here.\
<<elseif _isPerson1Dying>>Suddenly, you see a guy moving on the ground.\
<<else>>You see a guy on the ground.<</if>>\
<</type>>\
</div>
<div id="controller">\
<<if $secondIsleCounter >= 2>>\
<<if _isPerson1Dying>>[[Quietly approach to him->Meeting a Stranger]]
<<else>>[[Approach to him->Meeting a Stranger]]
<</if>>\
<</if>>\
[[Go to the first isle->First Isle]]
[[Go to the third isle->Third Isle]]
[[Leave the Supermarket->Outside of Supermarket]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _meetGuys = $inventory.knife > 0 && $inventory.cans > 0>>
<<stop-audio "hail-storm-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You found youself in a tough situation...
<<if _meetGuys>>Two guys are approaching you wanting to take your food.\
<<else>>A massive dog is staring at you, and its drool is dripping.\
<</if>>\
<</type>>\
</div>
<div id="controller">\
<<if _meetGuys>>\
[[Fight them->Deadend: Fight]]
[[Run->Run]]
<<else>>\
[[Fight it->Deadend: Fight Dog]]
[[Run->Deadend: Run from Dog]]
<</if>>
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set $thirdIsleCounter += 1>>
<</nobr>>
<h2 id="title">''Supermarket: <<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<set _text = $thirdIsleCounter <= 1 ? "Unexpectedly, you saw 2 cans of liver!" : $cans1 === 2 ? "There are 2 cans here." : $cans1 === 1 ? "There is 1 can here." : "There is nothing here.">>\
<<type 5ms>><<= _text>><</type>>\
</div>
<div id="controller">\
<<nobr>>
[[Go to the second isle->Second Isle]]
<br>
<<if $cans1 > 0>>
<span id="grab-can">
<<link "Grab 1 can">>
<<set $cans1-->>
<<set $inventory.cans++>>
<<if $cans1 === 0>><<remove "#grab-can">><</if>>
<<inventory-update>>
<<set _text = $cans1 === 2 ? "There are 2 cans here." : $cans1 === 1 ? "There is 1 can here." : "There is nothing here.">>
<<replace "#content">><<type 5ms>><<= _text>><</type>><</replace>>
<</link>>
<br>
</span>
<</if>>
[[Go to the fourth Isle->Fourth Isle]]
<br>
[[Leave the Supermarket->Outside of Supermarket]]
<</nobr>>
</div>
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set $fourthIsleCounter += 1>>
<</nobr>>
<h2 id="title">''Supermarket: <<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>There is nothing here.<</type>>\
</div>
<div id="controller">\
[[Go to third isle->Third Isle]]
[[Leave the Supermarket->Outside of Supermarket]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _isPerson1Dying = $secondIsleCounter === 2 && $person1 === 0>>
<<set $person1 += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<if _isPerson1Dying>>\
<<type 5ms>>\
As you get closer to him, you see him coughing out blood and covered in bruises.
A moment later, he's dead.
Next, you search his body for food but found a knife in his right hand.\
<</type>>\
<<else>>\
<<type 5ms>>\
He is dead<<if $knife1>>.<<else>>, but you found a knife in his right hand.<</if>>\
<</type>>\
<</if>>\
</div>
<div id="controller">\
<<if !$knife1>>\
<<link "Take the knife and leave" "Second Isle">>
<<script>>
State.variables.inventory.knife++;
State.variables.knife1 = true;
<</script>>
<</link>>
<</if>>\
[[Leave->Second Isle]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You refused to run and fought them.
However, it's one version two.
They stabbed you and you died of blood loss...\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _ableEatCans = $inventory.knife >= 1 && $inventory.cans >= 1>>
<<play-audio "hail-storm-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
As you were running, a hail storm quickly approached. Soon, ice pellets the size of a tennis ball were falling off the sky. Furthermore, some ice pellets were so huge they're as large as a golf ball! Fortunately, you utilized the <<if $inventory.cans >= 2>>cans<<else>>can<</if>> you found earlier to protect your head. However, you know it's only a matter of time until you get hit by an icy pellet. Quickly, you turned to an alley and hid in a large metal trash can container. You're safe from the pursuit somehow. A moment later, your stomach grumbles.\
<</type>>\
</div>
<div id="controller">\
<<if _ableEatCans>>\
<<set _text = $inventory.cans > 1 ? "Use the knife to open 2 cans and eat them" : "Use the knife to open the can and eat it">>
<<link _text "Wait">>
<<set $inventory.cans -= $inventory.cans > 1 ? 2 : 1>>
<<set $isHungry = false>>
<</link>>
[[Save them for later->Wait]]
<<else>>\
[[Wait]]
<</if>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _seconds = 5>>
<<audio "hail-storm-sound-effect" fadeout>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<silently>>
<<repeat 800ms>>
<<if _seconds > 0>>
<<append "#content">>. <</append>>
<<else>>
<<append "#content">>
<<type 5ms>>
5 hours later...
The hail storm has now died down.
You decided to make your move.
<img style="object-fit: scale-down; width: 100%;" src="https://phenomena.org/wp-content/uploads/2017/09/hailstorm01-1.jpg"><</type>>\
<</append>>
<<stop>>
<</if>>
<<set _seconds -= 1>>
<</repeat>>\
<</silently>>\
</div>
<div id="controller">\
[[Go home->Go home]]
[[Back to the Supermarket->Deadend: Outside of Supermarket]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "hail-storm-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You have arrived at the street nearby to your apartment. You saw that the whole build has partially collapsed due to water damage.\
<</type>>\
</div>
<div id="controller">\
[[Approach the build and see what you can salvage->Deadend: Approach the building]]
[[Search the surrounding->Search the surrounding]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You approached the building. However, the structure went from partially collapsed to completely collapsed. You have died under the rubbles.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "car-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You search the surroundings for food or other supplies. Abruptly, you saw a car with its headlight turned on, and the driver in it didn't make it because of the hail storm. The front glass got shattered, but the car's condition is fine.\
<</type>>\
</div>
<div id="controller">\
[[Go check the partially collapsed building->Deadend: Approach the building]]
<<if !$isHungry>>[[Take the car and start driving->While Driving]]
<<else>>[[Take the car and start driving->Deadend: Driving to Dead]]
<</if>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "stopping-car-sound-effect">>
<<play-audio "car-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
While driving, you have no idea where to go. But you know movement is key to survival. A moment later, you got bored of driving. Therefore, you turned on the radio to listen to music. However, all you can hear are climate change disasters worldwide. One of the news channels talked about how 90% of Canada is underwater. Therefore, people are migrating to New York, but the water level has risen to almost surpassing the Statue of Liberty. Nonetheless, one great news, which is SpaceX is moving its crews to Mars, and whoever can make it to the Gigafactory in Nevada will have a chance to go. Surprisingly, you live 30 hours away from the Gigafactory.
<img style="object-fit: scale-down; width: 100%;" src="https://www.abc.net.au/news/image/9914048-3x2-940x627.jpg">\
<</type>>\
</div>
<div id="controller">\
[[Go to gigafactory->Deadend: Go to gigafactory]]
[[30 hours is a lot I need to look for food first->Looking for food]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "car-sound-effect">>
<<play-audio "stopping-car-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
While looking for food, you have noticed the temperature has changed. You looked at the rear mirror and saw fire tornadoes are coming toward you. Quickly, you got out of the vehicle and rushed to an underground mall. There, you found more people in hiding.
<img style="object-fit: scale-down; width: 100%;" src="https://sephlawless.com/wp-content/uploads/2016/12/untitled-13.jpg">\
<</type>>\
</div>
<div id="controller">\
[[Ask them if they have food->Ask for food]]
[[Tell them about the news->Inform the group about the news]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<play-audio "car-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
Not quite long after you've started driving toward the Gigafactory, you have noticed the freeway is quickly getting more crowded. Furthermore, you figured people must have heard the news as well. Just then, the wind picks up, and a sudden heatwave hits one of the car's exposed engines. The car exploded, and soon fire tornadoes were spawning everywhere. Since there was a traffic jam, you had nowhere to run. Thus, you swirled away by one of the fire tornadoes.\
<</type>>\
</div>
<div id="controller">\
<<timed 3s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "stopping-car-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You asked them for food, but they want information from you first.\
<</type>>\
</div>
<div id="controller">\
[[Tell them about the news->Inform the group about the news]]
[[Leave the Mall ->Deadend: Leave the Mall]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "stopping-car-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You informed the group about the news. They then showed you a subway system, which helps you get to the Gigafactory within 2 hours. However, the subway system is damaged and needs to get repaired. You recalled having a Ph.D. in math and computer science.\
<</type>>\
</div>
<div id="controller">\
[[Let me take a look->Taking a look]]
[[Is there any other ways?->Other ways]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
After you took a look, it seems like the subway system needs to get rebooted manually using computer code.\
<</type>>\
</div>
<div id="controller">\
[[Google search]]
[[Applying college's materials]]
[[Go outside to get help->Deadend: Go outside to get help]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
The group said there are no other ways that they are aware of right now.\
<</type>>\
</div>
<div id="controller">\
[[Take a look at the broken subway system->Taking a look]]
[[Leave the subway system to find another way.->Deadend: Leave the Mall]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You did a google search on how to reboot the system and applied it. Surprisingly, it worked!\
<</type>>\
</div>
<div id="controller">\
[[Hop on the train->Hop on train]]
[[Search around the underground mall first->Deadend: Search Mall]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
When applying what you have learned in college, the system doesn't recognize your code.\
<</type>>\
</div>
<div id="controller">\
[[Google search]]
[[Go outside to get help->Deadend: Go outside to get help]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You went outside to get help but then the winds sending a sharp metal rod flying through your right eye.
You've died.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _isMissed = $stepCounter > 20>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You hopped on the train, and others did the same. Moreover, while on the train, you were watching the news on YouTube. However, this time things are much worse than before. The entire South American region has burned, and there is not a single tree or human left standing. Furthermore, the Asia region is experiencing extreme heat waves, and not a single human can step outside and be alive for more than 10 seconds. Finally the train stops, you have arrived at the Gigafactory. <<if _isMissed>>You see the rocket is rising rapidly. You know that you were too slow and you've missed the chance to enter the rocket, but life is still going on. You search around the Gigafactory for something to eat. However, you have found the most nothing. Desperately, you dug through every single trash can.<<else>>Quickly, everyone rushed to the rocket. However, they could only take seven people, and you were the last person to be taken in. Instantly, you looked back and saw a five years old girl crying in fear.<</if>>\
<</type>>\
</div>
<div id="controller">\
<<if _isMissed>>\
[[Open trash can 1->Trash can 1]]
[[Open trash can 2->Trash can 2]]
[[Open trash can 3->Trash can 3]]
[[Open trash can 4->Trash can 4]]
[[Open trash can 5->Trash can 5]]\
<<else>>\
[[Keep going->Ending: A New Beginning]]
[[Let the girl get on the rocket instead->Switch with the girl]]
<</if>>
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
While 30 minutes into searching the underground mall for more supplies. The wind rapidly turned violent and ripped through the underground mall. Instantly, you've found yourself in the air banging with other objects until you turn unconscious. Sadly, you didn't make it.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
The rocket lands on Mars, and humanity starts over on a new planet.
<img style="object-fit: scale-down; width: 100%;" src="https://cdn.discordapp.com/attachments/887807172522704899/887824526233206824/My_Wallpaper_1.7.png">
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You see the rocket taking off feeling sad. But, you know it was the right choice. Next, you searched around the Gigafactory for something to eat, but you found nothing. Desperately, you dig through every single trash can.
<img style="object-fit: scale-down; width: 100%;" src="https://pbs.twimg.com/media/ECln9rRW4AEbQoX.jpg">\
<</type>>\
</div>
<div id="controller">
[[Open trash can 1->Trash can 1]]
[[Open trash can 2->Trash can 2]]
[[Open trash can 3->Trash can 3]]
[[Open trash can 4->Trash can 4]]
[[Open trash can 5->Trash can 5]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>There is nothing here.<</type>>\
</div>
<div id="controller">\
[[Open trash can 2->Trash can 2]]
[[Open trash can 3->Trash can 3]]
[[Open trash can 4->Trash can 4]]
[[Open trash can 5->Trash can 5]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>There is nothing here.<</type>>\
</div>
<div id="controller">\
[[Open trash can 1->Trash can 1]]
[[Open trash can 3->Trash can 3]]
[[Open trash can 4->Trash can 4]]
[[Open trash can 5->Trash can 5]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>There is nothing here.<</type>>\
</div>
<div id="controller">\
[[Open trash can 1->Trash can 1]]
[[Open trash can 2->Trash can 2]]
[[Open trash can 4->Trash can 4]]
[[Open trash can 5->Trash can 5]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>There is nothing here.<</type>>\
</div>
<div id="controller">\
[[Open trash can 1->Trash can 1]]
[[Open trash can 2->Trash can 2]]
[[Open trash can 3->Trash can 3]]
[[Open trash can 5->Trash can 5]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<set _isMissed = $stepCounter > 25>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You have found a lever. <<if _isMissed>>As you are about to pull the lever, you see that lava is rising out of the ground quickly. You immediately back away from the trash cans and make a run for it.<<else>>Curiously, you pulled it, and it sucks you inside. Next, you open your eyes and see Elon's secret laboratory. It was where he implanted the nanotechnology inside your brain. A moment later, you hear a voice. At first, you thought it was a ghost, but then you recognized it as an AI voice. At that time, things were getting worse, and the ground was shaking, lava was shooting everywhere. You can see it because there are cameras that surveil the outside areas. The AI suggested you use the time machine to go back 25 years from now.
<img style="object-fit: scale-down; width: 100%;" src="https://cdna.artstation.com/p/assets/images/images/013/612/886/large/yuki-kawaguchi-time-gate-2.jpg">\
<</if>>\
<</type>>\
</div>
<div id="controller">\
<<if _isMissed>>\
[[Continue->Run from lava]]
<<else>>
[[Use the time machine->Use the time machine]]
[[Don't trust the AI->Deadend: Don't trust the AI]]
<</if>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You didn't trust the AI and started looking for more food. However, twenty minutes passed, the lava reached the factory, and toxic gases leaked into the secret laboratory, and you passed out.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You switch to another video. This time, the video talked about the weather forecasted to hit the area you are currently live. Furthermore, it projected that there would be dangerous fires, flash floods, and tornados within a few days.<</type>>\
</div>
<div id="controller">\
[[Turn off the video and go to the Supermarket to find supplies->First Isle]]
[[Keep Watching Videos->Still Watching]]
[[Eat Breakfast->Eat Breakfast]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>Feeling hungry, you decided to eat cereal milk. You went to go grab the cereal. However, when you went to your fridge, you found out that your milk had expired.<</type>>\
</div>
<div id="controller">\
[[Go to the supermarket to try to buy milk->First Isle]]
[[Eat the cereal without milk->Eat Cereal]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<<set $isHungry = false>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>While the cereal alone was not the tastiest meal, it filled you up quite well. After breakfast, you decided to relax in your room for a little.<</type>>\
</div>
<div id="controller">\
[[Continue->Still Watching]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You are casually watching more news when you hear strange noises coming from your kitchen.<</type>>\
</div>
<div id="controller">\
[[Keep Relaxing->Relaxing]]
[[Investigate the noises->Investigating]]
[[Try to exit the apartment building->Hallways]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You've exited your cell and immediately noticed the caution wet floor sign blocking the entrance to the elevator. <</type>>\
</div>
<div id="controller">\
[[Turn to the right to walk to the elevator anyways->Elevator]]
[[Turn to the left and take the stairs->Deadend: Stairs]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>A moment later, you hear a loud crash coming from the kitchen. Next, you entered the kitchen, and the ceiling crashed to the ground. Water was leaking everywhere from the upper floor of the apartment. The structural integrity of the building is not going to last, and you must evacuate the building.<</type>>\
</div>
<div id="controller">\
[[Try to exit the apartment building->Hallways]]
[[Go back to the other room to grab your important belongings->Deadend: Return to Room]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You tried to patch the hole in the ceiling, but it's no use. The crack in the ceiling kept growing in size. Furthermore, you suspected something was off. <</type>>\
</div>
<div id="controller">\
[[Grab items from your room and then leave.->Deadend: Return to Room]]
[[Try to exit the apartment building->Hallways]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>Additionally, you see the amount of chaos that breaks out inside the supermarket. Fights are breaking out due to everyone scavenging every last item inside of the supermarket. The video stops.
Suddenly, you remember that you do not have much food left inside your apartment.<</type>>\
</div>
<div id="controller">\
[[Turn off the video and go to the Supermarket to buy food->First Isle]]
[[It is not safe to go to the supermarket. Keep Watching Videos->Keep Watching Videos]]
[[Eat Breakfast->Eat Breakfast]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You watch more videos when the volume of that strange noises increases. It is beyond annoying to the point where you wonder if the building will be fine.<</type>>\
</div>
<div id="controller">\
[[Keep Relaxing->Keep Relaxing]]
[[Investigate the noises->Investigating]]
[[Try to exit the apartment building->Hallways]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You checked the kitchen, and you noticed that the ceiling was leaking. Therefore, you immediately put a basket beneath the leaking. Then you found waterproof duct tape in one of the kitchen drawers.<</type>>\
</div>
<div id="controller">\
[[Try to patch hole in the ceiling->Patch Hole]]
[[Try to exit the apartment building->Hallways]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You've re-entered your room. You quickly grab everything you would need to be comfortable. However, as you make your exit towards the door, the ceiling from the upper floors crashed down on you. You have died under the rubble.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>Once you get to the elevator, you hit the button to the elevator. Surprisingly, the elevator button still works, and you can hear the elevator coming up to you. However, when the elevator door opens, you see water along the floor of the elevator. You also spot an open window in the hallway.<</type>>\
</div>
<div id="controller">\
[[Take the elevator->Take Elevator]]
[[Turn around and take the stairs->Deadend: Stairs]]
[[Walk to the window and jump out->Window]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
As you are taking the stairs down, the stairs from above you begin to collapse. You died from the falling debris.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>You used the elevator to get out of the building. When you got outside, you noticed that several people also had evacuated the building using the same method. Finally, you quickly head out of the building.<</type>>\
</div>
<div id="controller">\
[[Continue ->Outside Apartment]]
</div>\
</div>\
</div>\<<set $stepCounter += 1>>\
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>It is not the most optimal way to escape a falling building, but you spot a tall tree and decide to jump. Swiftly, you leaped on one of the branches of the massive tree. Astonishingly, you've reached the bottom of the building before the building partially collapsed due to the water damage.<</type>>\
</div>
<div id="controller">\
[[Continue ->Outside Apartment]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
Not long after you've left the building, you saw that the whole build had partially collapsed due to water damage.\
<</type>>\
</div>
<div id="controller">\
[[Approach the build and see what you can salvage->Deadend: Approach the building]]
[[Search the surrounding->Search the surrounding]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You stepped on the platform, and it immediately activated. Next, you found yourself moving extremely fast then you became unconscious.\
<</type>>\
</div>
<div id="controller">\
[[Press to continue->Talk to Elon]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 10ms>>\
You open your eyes, squinting due to the bright lights. Then, you see a figure standing next to you. It was Elon Musk!
Elon: you are safe. There is nothing to worry about now.
You replied:\
<</type>>\
</div>
<div id="controller">\
[[Where am I?]]
[[This is your plan all along?]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
Elon: You're in my secret laboratory... maybe not so secret anymore. You have been unconscious for about two weeks.\
<</type>>\
</div>
<div id="controller">\
[[This is your plan all along?]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
Elon: Yes, you are a variable to this plan. Thirty years ago, you signed an NDA to be one of the subjects for the new nanotechnology, and the compensation was a set amount of money. Moreover, nanotechnology's purpose was to capture everything you see and hear. Thus, thanks to you, we now have the evidence to convince the rest of the world to take action. So far, everyone is on board that's including the private companies and the government.\
<</type>>\
</div>
<div id="controller">\
[[Where am I?]]
[[What's next?->Ending: What's next?]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You are driving...
You can't seem to focus on the road.
Your eyes start becoming misty, and the view through the windshield gradually becomes hazier.
"Kaboom!!"
Your car hit on an abandoned car which was lying on the road.
Blood covers your eyes.\
<</type>>\
</div>
<div id="controller">\
<<timed 1.5s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<<stop-audio "hail-storm-sound-effect">>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
Back at the Supermarket, you went in to find some more food, but then a fight broke out, and bullets were flying everywhere. Unfortunately, a bullet went through your skull...
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You refused to run and fought it.
However, it's too stronk!
It flung you to the floor<<if $inventory.knife === 0>>.<<else>>, even you have knife.<</if>>
Your last look is its immense harrowing jaws.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You wheeled around and started running.
However, it's too fast.
It dragged you to the ground.
Your last glance is its enormous open mouth.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
Elon: Well, the only thing left is to capture more carbon dioxides and plant more trees. We do have the power to change the world!\
<</type>>\
</div>
<div id="controller">\
<<link "Restart">><<restart>><</link>>
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You decide not to help the people inside of the underground mall and leave. You forget about the natural disasters outside and are instantly picked up by the fire tornado.\
<</type>>\
</div>
<div id="controller">\
<<timed 3s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>Judging from the harsh weather patterns, you assume that it would not be safe to stay outside for prolonged periods of time. You realize you need to find cover soon or the fire tornados and floods will eventually reach you. You immediately think of two places for cover.<</type>>\
</div>
<div id="controller">\
[[Run back to the subway station->Return to Subway System]]
[[Reenter the gigafactory->Deadend: Return to Gigafactory]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>Instinctively, it makes sense to go back to the last safe place you remember to go so you decide to head back to the subway train. When you finally reach the subway system, you notice that the train is empty.<</type>>\
</div>
<div id="controller">\
[[Enter the train->Enter train]]
[[Search around the subway system for supplies->Deadend: Search Subway System]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You moved to another section of the gigafactory looking for more food. However, after a few minutes, the lava reached the main factory, and toxic gases leaked into the main building, and you feel dizzy. With your remaining strength, you try to escape the building. You are greeted with lava blocking the exit of the gigafactory. You eventually collapse.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>When you enter the train, you begin to look around the area. You reach the caboose of this train and notice a radio, and the remaining food supply. The train does not appear to be in the best state. Before you get to repairing the train. You begin to notice the water begins to flow within the subway at an abnormal pace.<</type>>\
</div>
<div id="controller">\
[[Start operating the train.->Bad Ending: Operate Train]]
[[Quickly try to maintenance train.->Bad Ending: Maintenance train before]]
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
While searching for supplies you manage to find a radio. You begin to listen to it. It begins to mention the lava flow in the North American continent is coming from the erupting super volcano in Yellowstone National Park. However, while listening to the radio, you hear a loud crashing sound. The fire tornados ripped through the underground subway system. Instantly, you've found yourself in the air. Sadly, you didn't make it. The radio, that you were listening to, ironically bangs directly into your head... dealing the final blow.\
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You decide to quickly maintenance the train before you leave. You immediately notice an electrical defect from the train and quickly fix it. You then start up the train and are able to escape from the flooding subway. While the train is moving you decide to listen to the radio. As you begin to hear about the eruption yellowstone, you begin to contemplate your life. You have come to the realization that your life has never seemed to go right. From the loss of your home, inability to flip a switch, or inability to make it to a rocket on time, you realize you had all of the resources to make a difference in your life. Your wasted potential plagued you more than the fact that your days are simply numbered. After you finish sulking about your life, you accept the fact that you are going to die soon from the state of the planet. Acceptance stangely does help cope in these sort of circumstances and it certainly put you at ease.
BAD END: TRY AGAIN?
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\<<nobr>>
<<set $stepCounter += 1>>
<</nobr>>
<h2 id="title">''<<print passage()>>''</h2>\
<div id="root">\
<div id="inventories-block">\
<h4>Inventory</h4>\
<<inventory>>\
</div>\
<div id="container">\
<div id="content">\
<<type 5ms>>\
You start the train and are able to escape from the flooding subway. While the train is moving you decide to listen to the radio. As you begin to hear about the eruption yellowstone, you begin to contemplate your life. You have come to the realization that your life has never seemed to go right. From the loss of your home, inability to flip a switch, or inability to make it to a rocket on time, you realize you had all of the resources to make a difference in your life. Your wasted potential plagued you more than the fact that your days are simply numbered. Just as you think things cannot possibly get any worse, the train you refused to maintenance decided to stop midtrack.
BAD END: TRY AGAIN?
<</type>>\
</div>
<div id="controller">\
<<timed 2s t8n>>\
<<link "Restart">><<restart>><</link>>
<</timed>>\
</div>\
</div>\
</div>\