<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829455749501008/EFA7_CRYO_FOG.png" width="1088" height="612">
Your eyes flutter open as the cold air dissipates around you. You find yourself in a cryopod, a tube-like machine dedicated to keeping humans in a suspended state of sleep for long periods of time. As the pod opens, you stand up. What happened? How did you get in this pod? You need answers.
<!-- Starting the story -->
[[Step out of the pod and find your crew.->Start2]]
<!-- Variables -->
(set: $timeLeft to 20)
(set: $lockdown to true)
(set: $engineerCard to false)
(set: $captainCard to false)
(set: $spaceSuit to false)
(set: $oxygenTank to false)
(set: $food to false)
(set: $distressBeacon to false)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457821466694/EFA7_LOU.png" width="1088" height="612">
As you meander through the ship, you find that it is eerily quiet, save for the hum of the machinery and tech around you. You step into the lounge, and find that there is no one to be seen. Your attention turns toward a blaring alarm coming from the control room. What’s that about?
<!-- Continuing -->
[[Head into the control room.->Start3]]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429530898432/EFA7_CR.png" width="1088" height="612">
You step foot into the control room, and see blaring red lights all around you. You sit down at the console to figure out the problem, and an automated robotic voice speaks to you.
“WARNING. STATION ORBIT IS COMPROMISED. CURRENT TRAJECTORY: LOCAL SUN. TIME OF IMPACT: 20 MINUTES.”
You are shocked to hear that the space station is currently on a crash course with the sun! Why is this happening? Where is the rest of the crew?!
You need answers… But most importantly, you need to find a way off this station!
[[Start the game!->StartMap]]
[[Game Info and Help.->HelpWindow]]
[[Credits->Credits]]Where would you like to go?
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829476779724800/EFA7_StationMap.png" width="1088" height="612">
{
[[Escape Pods->Escape Pods]] ||
[[Labs and Engineering->Labs/Engineering]] ||
[[Crew Quarters->Crew Quarters]]
}
{
[[Engine Room->Engine]] ||
[[Cargo Hold->Cargo]] ||
[[Lounge->Lounge]] ||
[[Control Room->Control Room]]
}
{
[[Airlock->Airlock]] ||
[[Cryo->Cryo]] ||
[[Captain's Quarters->Captain's Quarters]]
}
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829476054122506/EFA7_Title.png" width="1088" height="612">
The rules of this game are simple. You must escape the space station in under 20 minutes. Whenever you do anything, like selecting an action or traveling to different parts of the station, 1 minute passes. Make sure you use your time wisely!
[[Go back->Start3]]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429530898432/EFA7_CR.png" width="1088" height="612">
The control room’s console continues to blare its alarm, and the station is in emergency lockdown.
What will you do?
[[Check how much time is left.->CheckTimeCR]]
[[Lift Emergency Protocols.->LiftLockdown]]
[[Smack the console.->SmackConsole]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456126967858/EFA7_ENG.png" width="1088" height="612">
You find your way into the large engine room of the station. You look up at the massive engine, responsible for keeping everything on the station working in order. Yet, something must have gone wrong, considering your current situation. You debate giving the engine a good smack, maybe out of frustration, or the hope that it would fix something.
Turning your head, you spot several objects sitting on the table in the corner of the room. One of them being a glowing datapad, another being a small green card, which you identify as an engineering keycard.
What will you do?
[[Take the engineering keycard.->EnginKey]]
[[Read the datapad.->EnginDP]]
[[Smack the station's engine.->SmackEngine]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429992263730/EFA7_CR_Q.png" width="1088" height="612">
You walk into the crew quarters and find that, once again, there is no one to be found. However, there are several things in this room that catch your attention. A glowing datapad, a local console, and a… whole spacesuit?
You decide to...
[[Read the datapad.->CCDatapad]]
[[Inspect the console.->CCConsole]]
[[Put on the spacesuit.->Spacesuit]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
You walk up to the door of the captain’s quarters to find that the door is shut tight. Your eyes lock onto a keypad next to the door. It seems you need the code to get in.
[[Try entering the code.->CodeEntry]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829428381659176/EFA7_CRYO.png" width="1088" height="612">
You come back to where this whole ordeal began. Taking a better look around this time, you spy multiple cryopods lined up next to the one you used. Maybe you weren’t the only one sleeping?
You also spy a glowing datapad, as well as a large oxygen tank leaning on the wall, presumably for preservation purposes.
What will you do?
[[Search the other cryopods.->SearchCryo]]
[[Read the datapad.->CryoDP]]
[[Take the oxygen tank.->OxTank]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829428805275738/EFA7_AL.png" width="1088" height="612">
You look out past the airlock's window into the cold, harsh vacuum of space. Maybe you can escape through the airlock, but you’ll need some supplies if you want to survive long enough for people to come rescue you.
You will need:
A spacesuit
An oxygen tank
Some extra food
A portable distress beacon
(if: $spaceSuit is true and $oxygenTank is true and $food is true and $distressBeacon is true)[You have everything you need! Get out of there!!
[[Open the airlock and escape!->AEscape]]
]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](if: $lockdown is true)[
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456936468500/EFA7_LABS_LOCKED.png" width="1088" height="612">
You walk into the labs and engineering room, where the brightest brains on the station worked. You find equipment strewn about all over the tables, as if they were suddenly just left there.
In the back of the room, you see a glowing console. It reads,
The screen reads, “EMERGENCY LOCKDOWN IN PROGRESS. CONSOLE DISABLED.”
It seems you’ll have to come back after disabling the lockdown. ]
(else:)[
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457326555156/EFA7_LABS_UNLOCKED.png" width="1088" height="612">
The screen on the console shows several messages that pique your interest.
Which ones will you read?
[["Regarding the engine issues"->EngineIssues]]
[["Renewed code for quarters"->Code]]
[["Experiment"->Experiment]]
]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456496087121/EFA7_ES.png" width="1088" height="612">
You rush into the room holding the escape pods. Strangely, there is only one pod remaining. You go up to the door to find that it’s locked. You need a keycard to open the door.
(if: $captainCard is true)[You have the captain's keycard! Now's your chance!
[[Get into the pod and escape!! ->EPEscape]]
]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829430747246592/EFA7_CRG.png" width="1088" height="612">
You find your way into the large cargo hold of the station, filled to the brim with various boxes and crates. You wonder if you might find something useful within them.
You turn your head to see two glowing lights. One of them was a soft glow emanating from a datapad. The other was a blinking light, pinging in the dark. Upon closer inspection, you find that it’s a portable distress beacon. But what’s it doing here?
With little time to spare, you have to make a choice.
What will you do?
[[Read the datapad.->CargoDP]]
[[Take the portable distress beacon.->DistressBeacon]]
[[Inspect the crates.->Crates]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457821466694/EFA7_LOU.png" width="1088" height="612">
You walk back into the lounge. Just like before, there is no one to be seen. However, there’s an eerie aura about it, as if people were here moments before, and just suddenly vanished. Upon looking at the table in the middle of the room, you see a bowl of soup, a sandwich on a plate, and a strange document.
You decide to…
[[Inspect the soup.->Soup]]
[[Take the sandwich.->Sandwich]]
[[Look at the document.->Document]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(if: $spaceSuit is true)[(set: $timeLeft to $timeLeft - 2)]
(else: )[(set: $timeLeft to $timeLeft - 1)]
Where would you like to go?
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829476779724800/EFA7_StationMap.png" width="1088" height="612">
{
[[Escape Pods->Escape Pods]] ||
[[Labs and Engineering->Labs/Engineering]] ||
[[Crew Quarters->Crew Quarters]]
}
{
[[Engine Room->Engine]] ||
[[Cargo Hold->Cargo]] ||
[[Lounge->Lounge]] ||
[[Control Room->Control Room]]
}
{
[[Airlock->Airlock]] ||
[[Cryo->Cryo]] ||
[[Captain's Quarters->Captain's Quarters]]
}
(if: $timeLeft is 0)[(go-to:"BadEnd")]
<style> img {
max-width:100%;
max-height:100%;
}
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429530898432/EFA7_CR.png" width="1088" height="612">
“WARNING. STATION ORBIT IS COMPROMISED. CURRENT TRAJECTORY: LOCAL SUN. TIME OF IMPACT: $timeLeft MINUTES.”
[[Continue Searching the Room. ->Control Room]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429530898432/EFA7_CR.png" width="1088" height="612">
The console's automated voice speaks to you.
“ENGINEERING SECURITY CLEARANCE OR HIGHER REQUIRED.”
It seems like you'll need some kind of access keycard to get in.
(if: $engineerCard is true)[
Luckily, you have the engineering keycard! You hold it up the console, and it responds by speaking to you once more.
“ACCESS GRANTED. LOCKDOWN DISENGAGED.”
(set: $lockdown to false)
]
[[Continue Searching the Room. ->Control Room]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429530898432/EFA7_CR.png" width="1088" height="612">
The console’s automated voice speaks to you.
“OW.”
That was certainly productive.
[[Continue Searching the Room. ->Control Room]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457821466694/EFA7_LOU.png" width="1088" height="612">
Somehow, the soup is still warm…
You would take a sip, but there’s a hair in it.
Gross.
[[Continue Searching the Room. ->Lounge]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457821466694/EFA7_LOU.png" width="1088" height="612">
You take the sandwich and squish it into your pocket. There was probably a better way to do that, but you do you.
(set: $food to true)
You got a sandwich!
[[Continue Searching the Room. ->Lounge]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457821466694/EFA7_LOU.png" width="1088" height="612">
The document lists out various numbers among different columns, each number attributed to different values: strength, dexterity, intellect…
Realization dawns on you.
[[Continue Searching the Room. ->Lounge]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429992263730/EFA7_CR_Q.png" width="1088" height="612">
You take a look at the datapad. It appears to be a journal entry from one of the crew members.
“I’m not sure how I feel about this upcoming experiment. If this works, it could change the way we travel through space altogether. But apparently there’s also some big risk factor? Maybe it would be best if I… no. No, I want to be here for this."
[[Continue Searching the Room. ->Crew Quarters]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429992263730/EFA7_CR_Q.png" width="1088" height="612">
(if: $lockdown is true)[You take a look at the console.
The screen reads, “EMERGENCY LOCKDOWN IN PROGRESS. CONSOLE DISABLED.”]
(else: )[The screen pulls up various messages from other crew members. One of them stands out to you, talking about an upcoming experiment.]
[[Continue Searching the Room. ->Crew Quarters]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429992263730/EFA7_CR_Q.png" width="1088" height="612">
Before putting on the suit, you realize that it will be very hard to move in the suit.
If you put on the suit, it will take twice as long to travel from place to place. Are you sure you want to put it on?
[[Put on the suit. ->PutOnSuit]]
[[Continue Searching the Room. ->Crew Quarters]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429992263730/EFA7_CR_Q.png" width="1088" height="612">
You put on the space suit.
(set: $spaceSuit to true)
[[Continue Searching the Room. ->Crew Quarters]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052835371559424001/EFA7_ESCAPE.png" width="1088" height="612">
You swipe the captain's keycard and the escape pod doors slide open. With little time to spare, you rush inside. You slam the glowing red button on the wall, and the doors seal themselves shut behind you. In an instant, the pod launches out into space, leaving the station. You look out the window with a sigh of relief, watching the Anchor 7 space station sink into the bright sun. All that's left for you now is to sit back and wait for help to arrive.
[[Play again?->Start1]] <img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052835371559424001/EFA7_ESCAPE.png" width="1088" height="612">
The airlock emits a hissing noise as the environment depressurizes around you. The doors slide open, revealing an open path into the empty void of space. With no options left, you leap out, and engage your spacesuit's thruster pack. You rocket away, barely escaping the gravitational pull of the sun. You quickly turn on your portable distress beacon. It will be a while before anyone comes to get you, but at least you have enough oxygen and a sandwich to keep you going while you wait.
[[Play again?->Start1]] <img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429165981726/EFA7_CPT_Q.png" width="1088" height="612">
The door opens, revealing the grand captain’s quarters, complete with a comfortable bed, large window, a nice desk with a large console, and a small keycard.
What will you do?
[[Inspect the console.->CapConsole]]
[[Take the captain's keycard.->CapKeycard]]
[[Look out the window.->CapWindow]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
[[Travel to a different part of the station.->TravelMap]](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429165981726/EFA7_CPT_Q.png" width="1088" height="612">
The console appears to be showing an entry in the captain’s log.
“The Slipspace experiment will be conducted tomorrow. From what the lab techs tell me, we will literally be decoupling ourselves from reality, moving ourselves elsewhere at a speed faster than light, and re-entering reality. Nothing of this scale has ever been performed or attempted before. However, if we succeed, we change the course of human history forever.
However, as a contingency plan, one of our crew members is being placed in cryo. The eggheads believe that those placed in stasis may experience different effects from slipspace. In case things don’t work out, we at least have that going.
As this may potentially be my last log. As such, I tell you this.
Captain Carter, signing off."
[[Continue Searching the Room. ->InsideCQ]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429165981726/EFA7_CPT_Q.png" width="1088" height="612">
You take the captain’s keycard. With this, you should be able to access anything on the station.
(set: $captainCard to true)
[[Continue Searching the Room. ->InsideCQ]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829429165981726/EFA7_CPT_Q.png" width="1088" height="612">
You look outside the window to see the Sun fast approaching. By eyeballing it, you assume that you have only $timeLeft minutes to escape.
[[Continue Searching the Room. ->InsideCQ]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457326555156/EFA7_LABS_UNLOCKED.png" width="1088" height="612">
“Since the adjustments to the station’s engine, it has been showing strange performance hiccups, but it still remains 100% functional. Of course, as long as no one goes up to it and smacks it a few times, then we should be fine! But let’s face it, what kind of imbecile would smack a reactor engine?”
[[Continue Searching the Room. ->Labs/Engineering]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457326555156/EFA7_LABS_UNLOCKED.png" width="1088" height="612">
“The service on your door has been fixed, Captain. Of course, I had to change out the passcode. Your new passcode is 8279. Let me know if there’s anything else you need.”
[[Continue Searching the Room. ->Labs/Engineering]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829457326555156/EFA7_LABS_UNLOCKED.png" width="1088" height="612">
“The day is almost upon us, and preparations are almost complete. I can hardly contain my excitement! My heart just starts racing whenever I think about it. We, as humans, will be touching physical realms never thought possible! Of course, there are sizable risks, but those risks are definitely worth the reward.”
[[Continue Searching the Room. ->Labs/Engineering]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $codeEntry to (prompt: [Enter the code:],""))
(if: $codeEntry is "8279")["ACCESS GRANTED."
[[Head inside the room.->InsideCQ]]
]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829428381659176/EFA7_CRYO.png" width="1088" height="612">
You peer inside each of the cryopods. They’re all inactive, and shut tight. It’s clear that you were the only one put into cryogenic stasis… but why?
[[Continue Searching the Room. ->Cryo]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829428381659176/EFA7_CRYO.png" width="1088" height="612">
You read the text on the datapad.
“Hey, I know you’re probably confused. The captain had me move you in here while you were sleeping, saying that, ‘you had to be safe.’ I’ll explain everything once you’re up. Come find me.”
Were it so easy.
[[Continue Searching the Room. ->Cryo]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829428381659176/EFA7_CRYO.png" width="1088" height="612">
You take the oxygen tank. Either it’s lighter than you thought, or you’re stronger than you think. Good job!
(set: $oxygenTank to true)
[[Continue Searching the Room. ->Cryo]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829430747246592/EFA7_CRG.png" width="1088" height="612">
You take a look at the text on the glowing datapad.
“I’m not sure why the captain is telling me to set up a beacon, what’s he so afraid of? …and why not use the station’s main beacon? None of this makes sense… oh well, I’m not gonna disobey orders.”
[[Continue Searching the Room. ->Cargo]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829430747246592/EFA7_CRG.png" width="1088" height="612">
You take the portable distress beacon.
(set: $distressBeacon to true)
[[Continue Searching the Room. ->Cargo]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829430747246592/EFA7_CRG.png" width="1088" height="612">
You crack open one of the crates. Just one peek won’t hurt!
You peer inside, and find only boxes of strange rocks. Figuring that they won’t aid you in their current situation, you leave them behind.
[[Continue Searching the Room. ->Cargo]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456126967858/EFA7_ENG.png" width="1088" height="612">
You take the engineering keycard. This could be useful!
(set: $engineerCard to true)
[[Continue Searching the Room. ->Engine]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")]
(set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456126967858/EFA7_ENG.png" width="1088" height="612">
You read over the text on the datapad.
“The engine has successfully been upgraded with our new… what did they call it? Slip… something? Ah, it doesn’t matter. The engine’s ready to go now. The captain should be happy about this!
[[Continue Searching the Room. ->Engine]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456126967858/EFA7_ENG.png" width="1088" height="612">
You give the engine a hard and powerful smack. The engine responds with a hiss and a low roar. It becomes evident that you probably shouldn’t do that again.
[[Smack the engine again?->Smack2]]
[[Continue Searching the Room. ->Engine]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](set: $timeLeft to $timeLeft - 1)
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829456126967858/EFA7_ENG.png" width="1088" height="612">
After giving the engine yet another smack, the machine's roar grows louder. The air around you begins to crackle and the room begins to shake. You decide that is enough of a warning, and you definitely should not smack it again.
[[Nah, one more time.->SmackEnd]]
[[Continue Searching the Room. ->Engine]]
[[Travel to a different part of the station.->TravelMap]]
(if: $timeLeft is 0)[(go-to:"BadEnd")](if: $timeLeft is 0)[(go-to:"BadEnd")]
<img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052835371127418890/EFA7_GAMEOVER.png" width="1088" height="612">
Upon delivering your next smack, the engine's roar becomes ear-splittingly loud. The room shudders and shakes even more, with tables and chairs being lifted into the air. The metal surrounding the engine begins to creak and bend inward.
Then, you hear a single crack. The machine collapses in on itself, metal and glass twisting and contorting into a small singular dot. You barely have time to think before your body yields to the singularity and your cells are pulled apart. You are already dead before you know it.
[[Play again?->Start1]] <img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052835371127418890/EFA7_GAMEOVER.png" width="1088" height="612">
The air around you becomes burning hot as the walls start to melt around you. You're too late. The only thing you can do now is to wait for the end.
The station is consumed by the sun.
[[Play again?->Start1]] <img src="https://cdn.discordapp.com/attachments/1050245332690288722/1052829430357164143/EFA7_Credits.png" width="1088" height="612">
[[Go back.->Start3]]