(set:$name to (prompt: [Name your character:], "",))
(color: #32CD32)[-[[Begin|intro]]-]You find a vent loose vent on the side of the building.
(color: #32CD32)[-[[Enter vent|override code room]]-]
(color: #32CD32)[-[[Go back|intro]]-]You find rows upon rows of terminals and equipment.
(color: #32CD32)[-[[Explore room]]-]
(color: #32CD32)[-[[Move on|body room]]-]As you explore the room, you see various science equipment and teminals, all of them inactive. After a few minutes, something catches your eye. You grab the rectangular blue keycard.
(color: #32CD32)[-[[Go back |Entrance]]-]
(set: $hasKeycard to true)After heading into the next room, you see a body slumped over in the corner.
(color: #32CD32)[-[[Examine body]]-]
(color: #32CD32)[-[[Move on|locked door room]]-]You move over to examine the body, and see that its skin is a distinct shade of purple, one you know isnt natural.
(color: #32CD32)[-[[Go back|body room]]-](set:$zombiesActive to true)
The body suddenly rises and rushes at you.
(color: #32CD32)[-[[Run away|zombie death]]-]
(color: #32CD32)[-[[Fight it|glass room]]-]You walk past the body and are faced by a locked door.
(color: #32CD32)[-[[Kick down the door|zombies active]]-]
(if:$hasKeycard is true)[(color: #32CD32)[-[[Use keycard|override code room]]-]]You move into a small room with a few desks
(color: #32CD32)[-[[Move on|glass room]]-]
(color: #32CD32)[-[[Investigate|override code get]]-]You enter a room with one glass wall. Behind the glass, lies your objective. The crystal.
In front of the glass a single terminal glows.
(color: #32CD32)[-[[investigate glass]]-]
(color: #32CD32)[-[[investigate terminal]]-]You approach the glass and see that it is very fragile.
(color: #32CD32)[-[[Go back|glass room]]-]
(color: #32CD32)[-[[Break the glass|alarm sounds]]-]The terminal prompts you for a code
(color: #32CD32)[-[[Go back|glass room]]-]
(if:$hasOverrideCode is true)[(color: #32CD32)[-[[Input the code]]-]]The glass opens and you walk into the room with the crystal. The pull youve felt this whole time grows exponentially stronger. You grab the crystal and feel it try to connect with you.
(color: #32CD32)[-[[Let it in|corrupted win]]-]
(color: #32CD32)[-[[Shut it out|win]]-]You have the crytal and manage to escape but you feel... different. You are no longer in control.
Try something else.
-[[Restart|intro]]-You get the crystal and manage to escape. Congratgulations!
I wonder if theres anything else to discover?
-[[Restart|intro]]-
After you break the glass, the lights go red and an alarm blares.
(color: #32CD32)[-[[grab crystal|Crystal death]]-]
(if:$zombiesActive is true)[(color: #32CD32)[-[[Replace the crystal with a similar rock|Zombie fight2]]-]]
(else:)[(color: #32CD32)[-[[Replace the crystal with a similar rock|win]]-]]
After removing the crystal, the security system activates and you are gunned down.
I expected better.
(color: #32CD32)[-[[Restart|intro]]-]The zombies are active and you need to escape
(color: #32CD32)[-[[Use stealth|zombie death]]-]
(color: #32CD32)[-[[Fight head on|corrupted win]]-]The zombie manages to bite you and your vision goes black.
Shame, I had high hopes.
(color: #32CD32)[-[[Restart|intro]]-](set:$hasOverrideCode to true)
You notice a stickynote with a code written on it. You decide to write it down.
(color: #32CD32)[-[[Go back|override code room]]-]<p>You approach the facility that youve been looking for. For the last few days youve been searching for this place. As you approach you feel the call of the crystal beckoning you. Go get it.</p>
(color: #32CD32)[-[[Explore area]]-]
(color: #32CD32)[-[[Move on|Entrance]]-]
(set: $hasKeycard to false)
(set: $zombiesActive to false)
(set: $hasOverrideCode to false)