:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
SCP-6020 — But Doctor, I am the Earth God Hepolokoli
~ An entry for the 6000 "Nature" Contest, by Uncannyon ~
Content Warning: This SCP contains references to depression and suicidal thoughts. It was written by an author with both of those things, and does its best to handle them respectfully.
I would like to thank everyone who either proofread and critiqued this piece, both on site and off of it. This includes Cosmiagramma, and KrySalems does not match any existing user name, whose response I was deeply proud of.
I also want to thank taylor_itkin does not match any existing user name, for their kindness at a time when I needed it, and for being incredibly helpful when I was originally forced to post an older draft of this piece.
I would finally like to give a special shout out to the (somewhat) fantastic Mr. Fox who helped with a chunk of the coding and made sure that this info-bar was minty fresh.
For the assistance of translators:
{$comments2}
{$doesthisfixthebug}

SCP-6020
Assigned Site | Site Director | Research Head | Assigned Task Force |
Site-171 | Chiaki Mori | Dr. Raphael Nasmyth | N/A |
Special Containment Procedures:
Initially, a Biological Research Unit (Bio Unit J4-78, aka “Honeysuckle”) was established to study and maintain the security of SCP-6020. However, following an extensive evaluation of SCP-6020-A’s beneficial properties, Bio-Unit J4-88 was subsequently expanded and re-designated as Site-171.1 As such, SCP-6020 and SCP-6020-A are protected from discovery or disruption by standard Foundation Site security measures.
SCP-6020-A is to be maintained at a diameter of between 6,000 meters and 6,500 meters at all time, with appropriate adjustments made to gardening schedules whenever necessary. A wooded area has been planted around the perimeter of SCP-6020-A to limit the possibility of external observation. SCP-6020 itself is immobile and requires no additional physical containment. SCP-6020 has been deemed a Non-Hostile Sentient Entity (NHSE) and has proven willing to assist Foundation researchers when its mental state permits.
While Site-171 staff members are permitted to discuss their work with SCP-6020,2 it is recommended that they avoid mentioning particularly unpleasant or distressing events such as mass bloodshed or torture. Such topics have a strongly negative impact on SCP-6020’s mental well-being and can result in extended periods of non-communication. SCP-6020 should especially not be informed of incidents where the actions of the Foundation might be considered morally dubious, or have resulted in high levels of casualties or extensive suffering. SCP-6020 should not be informed of the existence or purpose of Class-D personnel. SCP-6020 has an extremely sensitive disposition, and it is believed that such revelations may damage the Foundation’s ongoing relationship with it.
Any significant changes in SCP-6020’s attitude or behaviour should be reported immediately to a member of Site-171’s supervisory staff.
Description:
SCP-6020
SCP-6020 is an parametic entity that identifies itself as “the Earth God Hepolokoli”. It is presently housed within a sandstone pillar (or “standing stone”) which measures 4.7 meters in height above ground and has a further 0.5 meters below ground. The pillar is coated with lichen and moss, and its upper area appears to have been partially eroded by weather. Two other smaller stones, measuring 4 meters and 3.8 meters in height, have been placed nearby. SCP-6020 reports that these are the remnants of 9 stones which were originally placed around its pillar.

SCP-6020 shortly after its initial discovery.
SCP-6020-A has a diameter of only 7 meters.
SCP-6020 professes to have been the deity of a small tribe that lived approximately 4,000 years ago. This is consistent with radiocarbon dating of human remains unearthed near the pillars.3
SCP-6020 is able to communicate through an adaptive form of telepathy, which it claims also enables it to converse with non-sapient animals and plants. So far, it has been largely cooperative with Foundation personnel. However, SCP-6020 suffers from poor mental health and is prone to long periods of silence when upset. It has found certain enquiries about its history extremely distressing, and frequently believes that Foundation personnel are asking it questions out of a sense of obligation or politeness rather than genuine interest.
SCP-6020-A
SCP-6020-A is the designation code given to SCP-6020’s range of anomalous influence. It is a roughly spherical area of space that extends outwards from SCP-6020 in all directions. Living organisms within SCP-6020-A are subject to the following anomalous effects:
- Any flora planted within the soil of SCP-6020-A will grow rapidly until it has reached a state of maturity. At that point, its biological aging will abruptly slow. Flowers will grow from seeds in a matter of days and then remain in bloom for months at a time. This occurs regardless of whether or not the plants are provided with sustenance such as sunlight, water, or nutrients. Plants within SCP-6020-A also appear to be unaffected by most external factors, including climate, soil type, and disease.
- The majority of sapient life forms, including all humans so far exposed to SCP-6020-A, experience increased feelings of happiness, pleasure, and contentment, and reduced feelings of anger, hatred, and hostility. Individuals struggling with mental health concerns such as stress, anxiety, depression, and PTSD report that their symptoms are lessened while within SCP-6020-A. In most cases, some degree of these effects persist even after a subject leaves SCP-6020-A, with longer periods of exposure resulting in longer and more intense aftereffects. SCP-6020's influence on sapiens is especially pronounced in it's immediate vicinity. Within approximately 20 meters of it, subjects are prone to a sense of euphoria. This area is designated SCP-6020-A2.
The diameter of SCP-6020-A is determined by what SCP-6020 describes as "acts of worship". Providing SCP-6020 with "worship" will expand the size of SCP-6020, while providing it with less or no "worship" will cause it to contract.
SCP-6020 can be "worshiped" by performing devotional gardening-related activities within the boundaries of SCP-6020-A. This effectiveness of this "worship" is completely irrespective whether the "gardening-related activities" would actually be beneficial to normal flora. Activities that have been found to support SCP-6020-A's expansion include pouring buckets of water into a single patch of soil, digging holes for "imaginary seeds" and then filling them in again, and running a child's toy mower across the grass. Conversely, using an automated water sprinkler system did not promote expansion – although the act of installing the system did.
SCP-6020 states that it does not chose what actions are counted as worshipful, but that it is able to feel if a particular action is or is not. It claims to have no personal control over the size or effects of SCP-6020-A.
Addendum 1 – Site-171:

SCP Foundation Secure Facility
Site-171

Part of Site-171's residential area, pictured beside the then-edge of SCP-6020-A.
Site Identification Code: JPALP-Site-717
Site Category: B-3t
Site Director: Chiaki Mori
Associated Task Force(s): N/A
Capabilities: Standard humanoid containment; standard animalia containment; sapient entity containment; specialised flora containment; standard laboratory access; botanical research; psychological research; on-site staff accommodation; psychological care
Purpose and Objective(s): Site-171 was established primarily to take advantage of the beneficial properties of SCP-6020. SCP-6020 generates an anomalous field (SCP-6020-A) which promotes mental health and happiness in sentient entities and sustains and protects plant life. Site-171 has three primary objectives:
- To safeguard plants which are of interest to the Foundation or whose preservation is deemed important. This includes both anomalous and endangered flora.
- To provide containment for sentient anomalous entities that require mental health support, or whose hostile behaviour might be curbed by SCP-6020.
- To provide assistance to Foundation personnel who require mental health support. Site-171 incorporates a Wellness Centre (identification code 717-B), where staff members suffering from mental health difficulties can be sent if deemed necessary.
If you believe that you have received this notice in error, queries
may be sent to um.asiar.noitadnuof|ecnaraelc#um.asiar.noitadnuof|ecnaraelc
If you believe that you have received this notice in error, queries
may be sent to um.asiar.noitadnuof|ecnaraelc#um.asiar.noitadnuof|ecnaraelc
Addendum 2 – Supplementary Interview Logs:
Interviews with Dr. George Stanworth
Preface: Due to the difficulties of bringing D-Class personnel into contact with SCP-6020, it was decided to open Bio Unit J4-74 to selected Foundation volunteers. Dr. Stanworth is a 41 year old researcher with a history of depression and anxiety. He also has late diagnosed Attention Deficit Disorder (ADD). At the time of these interviews he was receiving therapy for panic attacks and anxiety-related insomnia.
Interview Log
6020-B2-01/06/2018
Interviewee: Dr. George Stanworth
Interviewer: Dr. Samuel White
Foreword: The following interview was conducted 24 hours after Dr. Standworth exited SCP-6020-A, following 24 hours of exposure.
[Begin Log]
Dr. White: Alright, if you're all set now, I've started the recording. Good afternoon, Dr. Stanworth. How are you feeling today?
Dr. Stanworth: Oh, um, fine. Thank you very much. Fine. Um, sorry. I’m, you know, not very used to being on this side of the interview desk, as it were. Or, that side, I suppose, actually, come to think about it. Sorry, never mind.
Dr. White: That’s quite alright. It can take a little getting used to, Now, do you think you could expand a little bit on “fine”?
Dr. Stanworth: Oh yes, yes, of course. Sorry. Um, I am [pause] well. In good health, or as good health as I was when I went in, I suppose. Um. As far as I can tell, there have been no negative side-effects of my time at the Honeysuckle Unit. Or none that have developed yet, I suppose I should say. Touch wood. No, you know, brains dribbling out of ears or howling at the moon so far. Hah, no, but yes. I feel fine. Distinctly fine. I mean, you know, good. Goodish, I suppose. Unwound. Refreshed.
Dr. White: I see. And tell me, how would you describe your time in SCP-6020-A?
Dr. Stanworth: Oh it was, well I mean, if not the most pleasant experience of my life so far then definitely, you know, right up there. I can’t remember the last time I felt so relaxed. I’m not sure I ever have been. And the garden they've put in? Gorgeous! I’ve never been much of a, you know, a garden person, but palm trees, in that climate! And those beautiful big purple flowers, oh, the, um [pause] Sorry, I forget the name. But you've seen them, have't you?
Dr. White: I've seen them. But we’re just here to talk about your experiences today, doctor.
Dr. Stanworth: Right, yes, sorry, yes. Tangent. Good point. Must keep on task.
Dr. White: Alright. So while you were in SCP-6020-A you felt, in a word, happy?
Dr. Stanworth: Yes? Well, I mean, yes, of course, definitely. But not, I mean, not quite in exactly the same way I’d usually think of happiness, I suppose? [pause] I’m sorry, I’m being rather confusing.
Dr. White: No, that’s very interesting. Can you explain what you mean?
Dr. Stanworth: Right. Well, normally, I suppose, you, um, well get happy when something good happens, don’t you? You, I don't know, get the job you want, or eat food you like, or see a picture of some baby otters holding hands or something. Happiness is sort of [pause] put into you. But in SCP-6020-A, it’s not like that. It’s more like [pause] like going into space and finding that your body has become weightless. Not that I’ve ever been to space, you understand, but it’s how I imagine it must feel. You get outside the Earth's gravity and you suddenly realise that you’ve been living all your life with this thing, this weight on you, and now it’s gone. And you'd never noticed it was there at all until you feel it missing. You never [pause] You never considered that it was something separate from you, that it could be taken away while leaving you still there. I mean, that you could still be you without it, if that makes sense. Only [pause] it all seemed very simple when I was up there, but now I’m here, I can’t quite [pause] I can’t remember. I can't remember what the thing was. Where I end and it begins. It’s so hard to explain. I know that I knew it, but I don't know what it was that I knew, exactly. [pause] I’m sorry, I’m rambling. I know that’s not very helpful.
Dr. White: Not at all doctor, that’s very useful. And I think we'll leave it there for now. Thank you for coming in today.
Dr. Stanworth: Right. Yes, well, thank you for, um, everything.
[End Log]
Interview Log
6020-B2-19/06/2018
Interviewee: Dr. George Stanworth
Interviewer: Dr. Samuel White
Foreword: The following interview was conducted via video call, 46 hours into Dr. Stanworth's second visit to SCP-6020-A.
[Begin Log]
Dr. White: Good afternoon, Dr. Stanworth. How are you feeling today?
Dr. Stanworth: And an extremely good afternoon to you Dr. White. As a matter of fact, I am feeling even better than when you asked me same question yesterday. Would you like to know what I did this morning? Don't worry, I won’t make you guess. I woke up without feeling tired. Not one little bit. You know, I was beginning to think that waking up and not wanting to immediately roll over and go back to sleep was something I'd invented in childhood. But today, just bam! Up and at ‘em, what’s for breakfast? Incidentally, it was poached eggs. I don’t know if this place makes food taste better, or they've just hired some truly excellent cooks, but as eggs go these were belters.
Dr. White: I take it that you're still enjoying your return trip to SCP-6020-A?
Dr. Stanworth: Immensely. Truth be told, I wasn’t much of a, you know, what's the word? Social butterfly, on my first visit. I stayed in my room for most of the day, just, well, soaking it all in, I suppose? Now I feel like I know the place a little better. I've arranged to go for a bit of a ramble after lunch with a few of the staff members. They've extended the gardens since I was last here, or the forest part I suppose, and they're going to show me the trees. There are some beautiful varieties here. Which I'd probably have said was an odd thing to say about trees before I came to visit, but it's true. My grandmother was always a tree fan. When I was growing up she was very keen that I learn the names of trees and the shapes of their leaves, but I’m afraid I was never a particularly attentive student. The only ones I still remember are Oaks, because they're everywhere, and Monkey Puzzles, because they sounded so silly. You know, I think that higher ups should give some thought to expanding this place. SCP-6020-A, I mean. Not just the Bio Unit.
Dr. White: [pause] Expand SCP-6020-A? And what makes you think that, Dr. Stanworth?
Dr. Stanworth: Well I’m not being mind controlled by the talking rockery, if that’s what you’re worried about. But then I suppose that’s just what I would say if I was being mind controlled, of course, so I suppose you’ll have to decide for yourself when I get back. But this area is deserted for miles around. You could accommodate, oh, hundreds of people here, easily. And the garden could do some some room to grow. They've been testing out fruit trees. They've got apples and pears and plums and cherries so far, but it seems like you can grow anything here, from anywhere. Oh, hold on! Wasn’t there a type of banana that went extinct or something a few years ago? I'm sure I heard something like that. Do we know if anyone has any seeds left? We could bring it back with this place, start a whole new crop.4 Hold on, is that the right word for bananas? A crop? Or do they have some silly name like a murder of crows?
Dr. White: I’m afraid that I’m not especially well acquainted with the particulars of banana farming, but I’m sure that your suggestions will be given due consideration when I hand in my report.
Dr. Stanworth: Oh goodness, I’m so sorry. You must think I’m terribly rude. Here am I blathering on about breakfast and bananas and you probably have a clipboard full of questions to ask before you can get to your lunch. Please, do go on. I won’t interrupt again.
Dr. White: That’s quite alright. I believe this conversation has more or less covered everything I was going to ask anyway. I'll schedule our next talk for the same time tomorrow. Have a pleasant rest of your day, doctor. And thank you for your time.
Dr. Stanworth: And the very same to you, Dr. White.
[End Log]
Interview Log
6020-B2-17/07/2018
Interviewee: Dr. George Stanworth
Interviewer: Dr. Samuel White
Foreword: The following interview was conducted 76 hours after Dr. Standworth exited SCP-6020-A, following 168 hours of exposure.
[Begin Log]
Dr. White: Good afternoon, Dr. Stanworth. How are you feeling today.
Dr. Stanworth: I'm well, thank you Dr. White. Quite well.
Dr. White: Could you expand on that a little?
Dr. Stanworth: Certainly, I’ll do my best. Um, so, like before, as far as I am aware, I have suffered no negative side effects from prolonged exposure to SCP-6020-A. No one has remarked upon a change in my behaviour, except that my sister said I sounded happier on the phone, which was nice. I suppose I am, really. Thought of course it may be somewhat psychosomatic. I haven’t had a panic attack since I returned from Honeysuckle, but then it has only been three days, so I suppose I shouldn’t make any firm statements about that.
Dr. White: Thank you, that’s very helpful. Now, when we spoke at the beginning of last week you suggested that SCP-6020-A should be expanded, and more people should be housed within its boundaries. Are you still in favour of that?
Dr. Stanworth: Um, I still think it could be a good idea, yes. Following all proper evaluation and whatnot, of course. I mean, well, it's just rather nice having an anomaly that just seems to make people feel better, After all the [pause] unpleasantness we have to deal with most of the time, it just seems a waste not to make use of something that actually seems to do some good. And I do understand your position of course. I think we've all been waiting for the other shoe to drop, and Honeysuckle to start spewing forth mutant fruit trees or something. Whoever's up there doesn't usually seem very keen on giving us an easy time of things.
Dr. White: Are you a religious man, Dr. Stanworth?
Dr. Stanworth: [laughter] Not especially. But then I have just spent a week with an actual god, tending to a heavenly garden with a plastic lawnmower, so I suppose I should try to keep an open mind. And if SCP-6020-A really is just what it seems to be, well, why not use it, you know? I think we wretched mortals deserve a little paradise once in a while.
Dr. White: I see. Tell me, doctor, how did you feel when it was time for you to leave SCP-6020-A? Did you feel disappointed, for example? Upset? Did you want to stay longer?
Dr. Stanworth: Um. Well, I think it's [pause] it's quite hard to feel disappointed by things like that, while you're up there. That stuff doesn't seem to matter all that much, when the whole world seems to be opened up in front of you. I suppose I felt [pause] content. Honestly, very content. I mean, it is lovely up there, but anywhere else can be lovely, too. Hepolokoli just makes it easier to see that.
Dr. White: SCP-6020 please, for the record.
Dr. Stanworth: Pardon me, quite so. SCP-6020. And I mean, when I was about to come back I wasn't thinking, oh no, what happens when I leave here, am I going to be all miserable again? I was thinking, why don't I feel like this all the time? I felt ready to, well, do things.. It's, um, it's hard to explain. Look, do you remember what I said the first time we met? About it being hard to remember exactly how things feel to you in there? You can remember what the feeling was, but not, um, how you got there? I'm not sure if that's the best explanation, but I can't think of a better one right now.
Dr. White: I remember.
Dr. Stanworth: Right. Um, but I bring it up because I think it's the same when you're inside, but the other way around. I mean, I could remember everything. The panic attacks, the anxiety, the, you know, bad days. But I don't think I could quite understand how those feelings worked. It's like one of those optical illusion pictures of two things in one, but once you see one of them you can't make your brain switch back to seeing the other. When I was about to leave SCP-6020-A, I don't think I really believed the bad stuff would come back. It just seemed too incomprehensible to feel that way. But, well, actually, um, no, look. There's something else but I've just realised I've been going on and on and on, and you're the one who's meant to be asking me questions. Sorry. I mean, not sorry. I mean, yes, no, I do mean sorry in this case, I’m just trying to cut down on saying sorry so much.
Dr. White: Since your second visit to SCP-6020-A?
Dr. Stanworth: Well, yes and no. I mean, it’s been something I’ve wanted to stop doing for years now. But when you get into the habit of something like that it’s hard to shift. But I didn’t seem to say it at all while I was up at Honeysuckle. Well, hardly ever. So I thought, you know, while the iron’s hot and all that. I’d try extra hard to keep it going. But, I'm going off on a tangent again. Sorry. I mean, sorry, you know what I mean. Look, I'll shut up, you ask questions.
Dr. White: It's quite alright. Everything you've provided us with has been most informative. You said there was something else?
Dr. Stanworth: There was? Um, about what?
Dr. White: You were talking about remembering, and said there was something else you wanted to tell me.
Dr. Stanworth: Oh, yes, of course, right. I was just going to say that, that thing I told you about after my first visit. The weight you think is just an inseparable part of you until SCP-6020-A takes it away. Well I still can't properly remember it, not the way I think I could in SCP-6020-A. But I'm [pause] I'm more aware of it, I think. As something that's repeatable. I can feel it like a slightly loose tooth. And yesterday, I just sat down, and closed my eyes, and for a few minutes, I think that I pushed that weight off myself. It wasn't quite like being there, back in Honeysuckle I mean, but it was something like it.
Dr. White: Thank you doctor. That's extremely interesting. I think we might have to schedule a followup interview with someone who's a little more of a specialist than myself.
Dr. Stanworth: Of course. Any time. I mean, you know, within my schedule, of course.
Dr. White: Of course. Can you tell me how you feel towards SCP-6020-A now? Do you want to return?
Dr. Stanworth: Hah, well if that’s an invitation I definitely won’t say no. But I suppose it feels a bit like a long holiday, really. Or a vacation, your lot would say. It makes for a wonderful break, but you don’t really expect to keep going back there every few weeks. It feels too special.
Dr. White: I see. And how would you feel if I told that that you could not go back, ever? That I had decided to ban you from Bio Unit J4-78 because we wanted to study the effects long-term withdrawal?
Dr. Stanworth: Is this the part where you expect me to jump over the desk and threaten to throttle you to death with your tie unless you take me back there?
Dr. White: Is that what you’d like to do, Dr. Stanworth?
Dr. Stanworth: No, no. Just a bad joke, I promise. Poor taste. Absolutely no homicidal urges to report, I assure you. And no compulsion effect demanding my return, as far as I'm aware. In fact, quite honesty, I would have expected to feel a lot worse at the prospect of never going back than I do. But I suppose it's a bit like visiting the northern lights. You wouldn't not want to see them again, but it's really the first time that feels [pause] fulfilling. You know it's going to keep on existing and being admired, and you've made yourself a little part of that story.
Dr. White: Thank you, doctor. Just two last question, then. Earlier, you mention SCP-6020 by name. Did you spend much time speaking with it? And what was your relationship like?
Dr. Stanworth: Well, relationship might be a bit of a stretch. I think everyone up there spoke to it, at some point. When you get really close to it the feeling is just, you know, incredible. Euphoric. But it seems a bit rude to just stand there silently and enjoy Hep- I mean, in SCP-6020’s happy-vibe anomalous thingummy without at least saying hello. We didn’t talk all that much, quite honestly. Poor chap. We spoke a little about how he was feeling, and the garden, I believe. It kept telling me about flowers and plants on the outer edge of SCP-6020-A. I rather got the impression that it wanted me to push off. But also that it didn't, if you know what I mean. Wasn't happy being alone, wasn't happy being with others. Very, ah, familiar. As I say, poor old chap. It was all recorded,
Dr. White: Thank you, doctor. I think we'll end things there. You have been most helpful.
Dr. Stanworth: Very glad to be of service.
[End Log]
Interviews with SCP-6020
Preface: SCP-6020 speaks through a form of telepathic projection and as such cannot be recorded with audio equipment. In the following interviews, SCP-6020's side of the conversation has instead been transcribed by individuals present. While these logs are as accurate as possible, minor errors and omissions may therefore have occurred during transcription. Being in close enough proximity to SCP-6020 to communicate with it induces a sense of intense euphoria, which can result in distraction and atypical behaviour.
Interview Log
6020-A1-26/07/2017
Interviewee: SCP-6020
Interviewer: Dr. Lisa Alderman
Transcriber: Dr. Ajda Buchanan
Also Present: Dr. Lisa Chu, Dr. Raphael Nasmyth, Dr. Aidan Sax, Dr. Hana Myoga
Foreword: The following interview occurred nine days after Foundation personnel first made contact with SCP-6020. Due to disorientation from SCP-6020-A's effect, several prior talks with SCP-6020 had failed to be properly recorded.
[Begin Log]
Dr. Alderman Hello Hepolokoli! I hope that you’re doing well today!
SCP-6020 [silence]
Dr. Alderman Would it be alright if we had a conversation?
SCP-6020 You do not have to speak to me, you know.
Dr. Alderman I know I don't have to, but I’d really like to talk to you. Wouldn’t you like to talk to me?
SCP-6020 No.
Dr. Alderman Well I'm sorry to hear that, and I apologise if I've done anything to upset you. If you wouldn't like to talk with me, we could get Mark instead. The guy you spoke to yesterday?
SCP-6020 No. No, you have done nothing. I simply have no desire to burden you further. Any of you.
Dr. Alderman Talking to me wouldn't be a burden, it would be a favour. Please, Hepolokoli? It would really, really help me out.
SCP-6020 [long silence] Very well.
Dr. Alderman Thank you so much, that really means a lot! So, um, I’m going to ask you some questions, if that’s OK, and my friend here is going to write some of the things you say down. Some of them may be questions you’ve answered before, but we’d really like to get them down on paper for our records, in your own words.
SCP-6020 I do not have my own words.
Dr. Alderman Oh? Well, uh, hold on a sec, I wrote these down somewhere because I knew they'd feel terribly unimportant when I was here. OK, right. All ready Aj? So, first of all Hepolokoli, you describe yourself as a god, is that right?
SCP-6020 No. Your kind describes me as a god. I do not [pause] think the way you do. I do not think in labels. Words. Language. I speak with you by finding the words in your minds. Your word for what I am is god. [pause] Pathetic, miserable little god.
Dr. Alderman Well hey, I would certainly never call you pathetic.
SCP-6020 Then you do not yet understand.
Dr. Alderman Maybe not. There’s lots of things I’d love to understand about you. Could you tell me when you were born? Or, started to exist.
SCP-6020 That is [pause] complicated. You would not understand.
Dr. Alderman Try me.
SCP-6020 You would not understand. You do not have the words to describe it. None of you do.
Dr. Alderman Please. You can dumb it down for me. Even if I don’t understand all of it, I’d still really like to hear you tell me what you can. Honestly, it's fascinating learning about you.
SCP-6020 [long silence] I was [pause] begun here, a very long time ago. A woman came to this place. Hungry, and thirsty, and tired. And she prayed as she walked to all that was around her. She begged the air and the trees and the sun and the soil for food. And just here, she found it. and here she found it. Bushes of black fruit. You do not have a name for them. She knelt, and ate, and thanked the earth beneath her feet for the miracle. To her, the bushes had seemed to sprout from the soil at her request. She left, and when she returned, she brought more people. They ate. They settled. And soon, they brought the stones. They began me and moulded me and named me. Hepolokoli. God of earth, god of soil, the immortal, the life-protector, the fruit-giver. They wove me out of dance and song and prayer. And belief. So much belief. And yet [pause]. And yet, once they had done so, once I had a mind to think with, I immediately understood that I had always been here, that I would always be here. I had been the one to tug upon the wind and bring the fruit seeds. I had bent the earth to bring them water, spread the trees to give them light. It had been I, Hepolokoli, that had brought forth fruit for the woman after all. I began on the day she visited my soil, but I existed then at all times, from the very start to whatever may come after. My people were right to believe in me. They believed that I tended their plants, chased away their sorrows, cleansed their pain. And so I did. [pause] I was vain. Pathetic, wretched little god.
Dr. Alderman But that sounds lovely! You brought them what they wanted. Why does that make you pathetic?
SCP-6020 I am tired.
Dr. Alderman Please, Hepolokoli. Help me to understand.
SCP-6020 No. No. I am ashamed. So very ashamed. [pause] I am tired now.
Dr. Alderman I'm sure it couldn't have been all that bad. And not here, of all places. It's so nice here.
SCP-6020 refused to resume conversation.
[End Log]
Interview Log
6020-A1-28/08/201
Interviewee: SCP-6020
Interviewer: Dr. Aidan Sax
Transcriber: Dr. Ajda Buchanan
Foreword: Human remains were discovered in the soil around SCP-6020, which it subsequently claimed were members of the tribe that had worshiped it. After lengthy discussion, SCP-6020 agreed for one of the bones to be removed for carbon dating, on the understanding that it would be returned afterwards. The following conversation took place immediately after the bone was reburied.
[Begin Log]
SCP-6020: Thank you.
Dr. Sax: All as promised. I'm sorry it was necessary to remove anything, but I assure you it was treated with the uttermost respect. You clearly cared for them a great deal. You must miss them very much.
SCP-6020: Yes. But I do not deserve to. It sullies them.
Dr. Sax: I think everyone deserves to miss the people that they’ve loved.
SCP-6020: No. It could not have been love. Pathetic, how I cling to their husks. Yet I am still alone. And I will always be alone.
Dr. Sax: Is company something that you want, Hepolokoli?
SCP-6020: [long silence] Is there any being that does not?
Dr. Sax: Do you feel that you don’t have enough company here? We could certainly arrange for more regular conversations if that’s something you’d like.
SCP-6020: I have no desire for anyone to be forced into my presence.
Dr. Sax: Of course not, that isn’t what I meant. There would be no question of forcing anyone. I know that every one of our researchers here would love to spend more time with you. It isn’t often you get to talk to a god, even in our job. [laughter] And you must know people enjoy being near you. Isn't that right Dr. Buchanan?
Dr. Buchanan: Oh, absolutely.
SCP-6020: Near. Yes. Near me. They enjoy the feeling. The thing that makes them happy. They do not enjoy me. They wish I were not here to spoil their enjoyment. Even here, I upset them.
Dr. Sax: What makes you think that?
SCP-6020: [silence]
Dr. Sax: That's not true at all. You're fascinating, Hepolokoli. Absolutely fascinating. We love getting to talk to you.
SCP-6020 refused to resume conversation.
[End Log]
Interview Log
6020-A1-01/11/2017
Interviewee: SCP-6020
Interviewer: Dr. Daniel Shann
Transcriber: Dr. Simon Li
Foreword: Dr. Daniel Shann is a a Foundation psychotherapist who has worked with a number of anomalous entities with mental health conditions. The following was intended as an introductory session.
[Begin Log]
Dr. Shann: Good afternoon, Hepolokoli. My name is Dr. Daniel Shann. You can call me Dr. Shann, or Daniel, whatever you'd prefer. I understand you've been told why I'm here today?
SCP-6020: Yes. It is pointless.
Dr. Shann: I wouldn't be so sure. But you're definitely not the first patient who's said that to me when we first met, and I'm sure you won't be the last. Its completely understandable to be skeptical, especially when you're coming from a very unique set of circumstances. But I have rather a lot of experience supporting patients with unique circumstances. I can't make you any promises, but what do you say we give it a go? You never know, it might surprise you.
SCP-6020: It will not. You do not have to waste your time. I am sorry to have troubled you.
Dr. Shann: Waste my time? Not at all, not at all. I don't think I'd trade standing right here for all the world. It's really quite wonderful. [pause] And of course, I mean, it wouldn't be a waste of time anyway. I'm here to find out how we can go about helping you.
SCP-6020: You cannot.
Dr. Shann: Nonsense. No, no, being defeatist won't get us anywhere at all. There is always the possibility of recovery, of [pause]. We don't need to worry too much over the details right now. All I'm here for today is a little chat, so we can get to know each other a little better. [pause] Although, of course, that's not saying we can't work through some things right now, while the iron is hot. I feel quite [pause] I feel like I can do an awful lot today.
SCP-6020: There is much to do inside, I believe.
Dr. Shann: Who could be inside on a day like this? This place [pause] This garden is very beautiful.
SCP-6020: So I am told.
Dr. Shann: If only I could meet all my patients in a place like this. It's just so hard to be miserable here.
SCP-6020: [pause] So I am told.
Dr. Shann: Hepolokoli, tell me, how are you feeling today?
SCP-6020: It doesn't matter.
Dr. Shann: Of course it matters. It absolutely matters. You matter very much and don't go thinking otherwise. Tell me.
SCP-6020: [pause] The same way I have felt for thousands of years, and will feel for countless thousands more. When your kind have all left and the sun has shriveled and the soil is dead I will still be here, just the same.
Dr. Shann: And you think that's a bad thing? [laugher] That's so [laughter] so silly. You'll find this so funny when you get past all this. Do you know how many people like me spend their lives yearning to be like you? Unaffected by age or death. Living in the most beautiful, most perfectly fantastic landscape I have ever seen. I mean, just look at this place. Look at it. A beautiful gem in a beautiful world. And all this is because of you. Magnificent. And don't you see? You have eternity to figure all this out. Most of us get nothing close to that Why, if I had time for a few more sessions with certain patients, it would make all the difference in the world. And you have forever! And ever! You just [pause] It's just about seeing the world the right way. That's it, really. That's what it all comes down to. And you have an infinity to find out how, and then the whole rest of infinity once you do. All this will just be a blink of an eye. And I mean, just look around. What is there, when you really think about it, to be so down about?
SCP-6020: [pause] A world, rotting beyond my boarders, The bones of my people. The failure I regret every moment of this endless existence-
Dr. Shann: [interrupting] No, no, I do understand all that, believe me. I've had so many regrets too, so many questions about whether I was making the right choices in life. Whether I should have stayed with painting, whether I should have joined the Foundation [pause]. But now, right now, I understand how absurd it was to waste so much time worrying about things like that. [laughter] Life is so much more important. All the little things matter, you see. Every moment, even the dull parts and the bad parts, they're all [pause] it's still life, you know? It's like [pause] I can’t find the right words, but it’s there [snaps fingers repeatedly]. Right there.
SCP-6020: I am [pause] happy for you.
Dr. Shann: And I am happy for you. You don't see it yet, but you'll understand eventually, I know you will. The bad days always end. And then, then you'll have all of the time in the world to enjoy it. In this wonderful place. You don't realise how lucky you are.
SCP-6020: [silence]
At this point, Dr. Li intervened to end the interview and move Dr. Shann out of SCP-6020's immediate vicinity. SPC-6020 refused to communicate with Foundation personnel for 23 days following this encounter.
[End Log]
Afterword: Dr. Shann appears to have been particularly susceptible to SCP-6020-A2's effect. Due to SCP-6020's negative reaction to the encounter, plans for further in-person therapy have been put on hold. SCP-6020 was invited to take part in remote therapy, with an on-site staff member acting as a go-between for a psychotherapist and SCP-6020. The offer was emphatically declined.
Interview Log
6020-A1-21/06/2018
Interviewee: SCP-6020
Interviewer: Dr. George Stanworth
Transcriber: Dr. Eva Kelly
Foreword: The following is a spontaneous conversation between SCP-6020 and Dr. George Stanworth, a visiting Founation researcher with a history of mental health difficulties. Dr. Stanworth had been enjoying the intensity of SCP-6020-A's effect while standing beside SCP-6020.
[Begin Log]
Dr. Stanworth: Hello, SC- I mean, Hepolokoli.
SCP-6020: [silence]
Dr. Stanworth: How are you feeling today? If you don't mind me asking, of course.
SCP-6020: You do not wish to know.
Dr. Stanworth: I do! I mean, that's why I asked.
SCP-6020: You are being polite. It is unnecessary.
Dr. Stanworth: I don't think that politeness is ever really unnecessary, you know. My grandmother certainly said so. But then you should have heard the things she used to say about Nancy Baker at number 22. [laughter]
SCP-6020: Ah. Deception. Your kind have the ability to delude themselves in order to be happy. You are very fortunate.
Dr. Stanworth: I'm not sure that's how I would put it, but I certainly feel very fortunate to be here. Really, Hepolokoli, tell me how you're doing.
SCP-6020: It would only upset you.
Dr. Stanworth: Well, first of all I'm not sure if I can be upset here. But if it does upset me, then that would rather blow your theory about us not caring about you out of the water, wouldn't it?
SCP-6020: [silence]
Dr. Stanworth: Aha, got you there, haven't I? Not that being logical tends to help when you're, you know, going through this type of stuff. At least, that's how I remember it. I always hated when people tried to be obnoxiously logical about everything. Even if I can't quite remember what was so unpleasant about it. [pause] I do understand, you know. What it's like, I mean.
SCP-6020: You do not. You cannot begin to conceive of it.
Dr. Stanworth: Well, I suppose I can't know what its like specifically for you. Even if I could remember exactly what it felt like for me. But I know I've felt something similar.
SCP-6020: Have you? Have you spent thousands of years in solitude? In regret? Surrounded only by the remnants of your failure, the victims of your inferiority. Every moment weighed with the guilt of your worthlessness and the knowledge that all of this shall never, ever end.
Dr. Stanworth: No. No, you have me beaten there. Although, aha, life with my father might have been a close run thing. But that's in the past now. And we can't be ruled by the past forever.
SCP-6020: [silence] You enjoy the flowers here. There are new flowers in the east, by my border.
Dr. Stanworth: [pause] I'm sorry, that wasn't very empathetic of me, was it? I'm afraid, you know, this place. Being this close to you. It makes it hard to [pause] understand some things. No, you are quite right, and I apologise unreservedly.
SCP-6020: The trees in the west have grown since this morning. They have three hundred and forty-four new leaves. You will find them interesting.
Dr. Stanworth: Hepolokoli, I can't talk about what you've been through. But the feelings of, well, of misery, of self-hatred, of depression. That is something I've known. Something a lot of us have known. Especially the people who come here. What I mean is, just, well, I don't want you to think you're alone in all this.
SCP-6020: I am alone. I am always alone. I am not like you. You have hope.
Dr. Stanworth: Yes. Right now. But only because you gave it to me, Hepolokoli.
SCP-6020: No. Not that. Your kind. You stop. You have endings. No matter what you endure, you have the hope of it stopping. You are safe from eternity.
Dr. Stanworth: You mean death?
SCP-6020: Yes. Death. Finality. Cessation.
Dr. Stanworth: Do you want to die?
SCP-6020: [pause] It has been such a very, very long time since I last wished to be alive. I am tired. So tired of my punishment.
Dr. Stanworth: Your punishment?
SCP-6020: I do not deserve to cease. I deserve this. It is my fault.
Dr. Stanworth: That's not [pause]. Sorry. I mean, why do you think you deserve to feel this way?
SCP-6020: [pause] The fruit trees are heavy again. You will enjoy the apples.
Dr. Stanworth: Alright, I won't pry. But I mean [pause] Well, look, obviously no one here wants you to die, but are you so certain you're going to around forever? What would happen if the garden was gone? Or your stone was broken?
SCP-6020: Then I would no longer be able to speak, or to see, but I will remain here, just the same. My people wanted an immortal god. That, at least, I have done right.
Dr. Stanworth: I'm so sorry. But there must be something we can do to help you?
SCP-6020: [pause] There are White Egret orchids in bloom in the south. I am told they are most beautiful.
Dr. Stanworth: Yes, yes, right. You're right. [pause] Um, look, I really don't want to leave you, or for you to think that I'm leaving because of you, but this spot is [pause] I think I'm getting a little too buzzed out. And if I stay here and keep talking, I'm going to start telling you that things aren't really so bad when you think about it, and I still have enough sense to know what a horrible thing that is to hear. So, I'm going to go, but, I don't know, can I do anything for you at all? Get anyone?
SCP-6020: No thank you, doctor. Goodbye. I [pause] am glad that you enjoy the garden.
[End Log]
Interview Log
6020-A1-09/05/2021
Interviewee: SCP-6020
Interviewer: Dr. Monica Gail
Transcriber: Dr. Ajda Buchanan
Also Present: Dr. Lisa Chu
Foreword: The following conversation took place after 27 days of non-communication from SCP-6020. A trigger for this behaviour has not been determined. Staff members had been visiting SCP-6020 each evening to attempt to speak with it. On this occasion, SCP-6020 called out to doctors Gail, Buchanan, and Chu as they approached it. This is the first and so far only occasion on which SCP-6020 has initiated communication.
[Begin Log]
SCP-6020: Take the bones away.
Dr. Gail: Hepolokoli? What’s wrong?
SCP-6020: Please, take the bones away. I cannot bear them. I cannot hold them.
Dr. Gail: It’s OK. Hey, hey, hey, it’s OK. We can take the bones. What’s happened, Hepolokoli?
SCP-6020: Wretched! Miserable! Weak! I do not deserve them!
Dr. Gail: Hepolokoli, please calm down. We’re here to help you.
SCP-6020: No! You still do not understand. If you understood you would despise me. I cannot be helped. I should not be helped. Take the bones from me.
Dr. Gail: We can get people to dig them up right now, OK? Lisa, look, tell Aidan what’s going on.
Dr. Chu leaves
SCP-6020: Too late!
Dr. Gail: They’ll be here soon, I promise.
SCP-6020: It’s all too late. Nothing but bones. You all leave me. I hate them for leaving me behind. Wretched things. Wretched bodies. Wretched, wretched god.
Dr. Gail: What’s happened, Hepolokoli? We want to help- I mean, to do whatever it is you need from us, but you have to tell us what’s wrong. Please?
SCP-6020: Miserable, worthless god. Make the plants grow. Make the children smile. Make the pain less. Silly little god. It was nothing. Nothing. I could not shake mountains. I could not make the wind carry more than seeds. I could not turn a spear, or knife. I could not break a strand of their hair.
Dr. Gail: Whose hair?
SCP-6020: I could have given them food. All the food, had they wanted.
Dr. Gail: Who are you talking about? Your people?
SCP-6020: No. [pause] No. They came for my people. Broke their skulls. Tore their skin. My happy, trusting people.
Dr. Gail: Hepolokoli, I’m so sorry.
SCP-6020: Do not pity me! Loath me! Hate me! It's my fault! All of this. They came to me and I killed them. My people. When the killers came, they ran to me. To my fruit and flowers and stones. They could have scattered into the forests but they came to me instead, and prayed and sang and knelt in the soil as they were hunted. They believed I could save them. They asked their silly little fruit-giver, life-blesser, their miserable, stunted god, to turn aside the invaders, to save their land. They begged me. They begged as they were cut and smashed to pieces, right in front of me. They would not run, because of me. And all I could do was to make them smile. Despicable. All gone. All smiling. All my fault.
Several researchers begin to approach with shovels.
SCP-6020: No! No! Leave them. Leave them alone. I deserve them. Leave the bones. Let them hurt me. Let them hurt.
Dr. Gail: Hepolokoli, we won't touch them if you don't want us to, but would it help to have them gone for a little while?
Dr. Buchanan: We can always put them back later?
SCP-6020 refused to resume conversation.
[End Log]
Addendum 3 – Dr. Nasmyth's Proposal:
NOTICE FROM THE FOUNDATION RECORDS AND SECURITY ADMINISTRATION
All information pertaining to Dr. Nasmyth's Proposal has been removed from this page.
Authorised personnel may continue to access this information via the the O5 Proposal Database.
Cite this page as:
"SCP-6020" by Uncannyon, from the SCP Wiki. Source: https://scpwiki.com/scp-6020. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: SCPHeader.png
Name: "Standing stones , Machrie Moor"
Author: gailhampshire
License: CC BY 2.0
Source Link: https://search.creativecommons.org/photos/48190dd6-6632-418c-bef4-55afc54b5659
Additional Notes: Image was cropped.
Filename: SCPBody.png
Name: "Standing stones , Machrie moor"
Author: johnomason
License: CC BY 2.0
Source Link: https://search.creativecommons.org/photos/03f812e7-9851-4580-aed9-0fcf33345b80
Additional Notes: Image was cropped.
Filename: Site-171.png
Name: "Universität von East Anglia"
Author: blank space
License: CC BY 2.0
Source Link: https://commons.wikimedia.org/w/index.php?curid=970163
Additional Notes: Image was cropped.
For more information about on-wiki content, visit the Licensing Master List.