(set: $typewriterText to "i tried to go to sleep
it didnt work
well it could have
but
i dont like my brain all that much
i cant help but think of every awkward interaction
every mistake
every time i did something wrong
i wish i could just take my meds
but i have to wait til morning
i wish i could just be cured
but there isn’t a fix to my defective brain")
(display: "Typewriter")
{
(set: $counter to 43)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "yeah")]
(replace: ?amount)[$counter]
]
}{
<!-- Create a variable to track the position within the $typewriterText string -->
(set: $typewriterPos to 1)
<!-- Create a hook to hold the typed text -->
|typewriterOutput>[]
<!-- Set a delay of 20ms seconds per loop -->
(live: 115ms)[
<!-- Add the next character to the hook -->
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
<!-- Update the position -->
(set: $typewriterPos to it + 1)
<!-- If it's gone past the end, stop -->
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}(set: $typewriterText to "i dont mind nightmares
id go as far as saying theyre interesting
i like to write them down
my brain reminds me of who i wronged
of every unresolved conflict
the people closest to me dont speak to me often in my dreams
its usually the people who i dont see anymore
former friends and family
not dead but drifting away")
(display: "Typewriter")
{
(set: $counter to 42)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "cool")]
(replace: ?amount)[$counter]
]
}(set: $typewriterText to "the nightmares arent what keep me up
making mistakes isnt a problem
the problem is that i cant talk to people
every time i try i mess something up
i get quiet
i freeze
i misunderstand
i say something weird
")
(display: "Typewriter")
{
(set: $counter to 29)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "swag")]
(replace: ?amount)[$counter]
]
}(set: $typewriterText to "how am i supposed to become good at talking to people
if every failure drives them further away from me?")
(display: "Typewriter")
{
(set: $counter to 16)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "woah")]
(replace: ?amount)[$counter]
]
}(set: $typewriterText to "so i guess ill just stay in my room
writing things that people wont notice
and making things that no one cares about")
(display: "Typewriter")
{
(set: $counter to 18)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "hell")]
(replace: ?amount)[$counter]
]
}(set: $typewriterText to "its been a few days since i last went outside
i want to go outside
i want to clear my head
i want to have more friends
real friends
not just people i talk to from time to time
not just people who ill never really see
i want to have real interactions
i want to do dumb things
and stay out late
but i guess ill just stay in my room")
(display: "Typewriter")
{
(set: $counter to 44)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "hello")]
(replace: ?amount)[$counter]
]
}(set: $typewriterText to "my anxiety and depression
get worse every day i spend inside
when i go too many days
i get to the point where i just cant sleep
i cant help but think of every awkward interaction
every mistake
every time i did something wrong
i wish i could just take my meds
but i have to wait til morning")
(display: "Typewriter")
{
(set: $counter to 39)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(go-to: "woo yeah")]
(replace: ?amount)[$counter]
]
}Goodnight
by New Arcade{
<!-- Create a variable to track the position within the $noText string -->
(set: $noPos to 1)
<!-- Create a hook to hold the typed text -->
|noOutput>[]
<!-- Set a delay of 20ms seconds per loop -->
(live: 115ms)[
<!-- Add the next character to the hook -->
(append: ?noOutput)[(print: $noText's $noPos)]
<!-- Update the position -->
(set: $noPos to it + 1)
<!-- If it's gone past the end, stop -->
(if: $noPos is $noText's length + 1)[
(stop:)
]
]
}{
<!-- Create a variable to track the position within the $nooText string -->
(set: $nooPos to 1)
<!-- Create a hook to hold the typed text -->
|nooOutput>[]
<!-- Set a delay of 20ms seconds per loop -->
(live: 115ms)[
<!-- Add the next character to the hook -->
(append: ?nooOutput)[(print: $nooText's $nooPos)]
<!-- Update the position -->
(set: $nooPos to it + 1)
<!-- If it's gone past the end, stop -->
(if: $nooPos is $nooText's length + 1)[
(stop:)
]
]
}