<!-- Set the text to show --> (set: $typewriterText to "Dear diary, Lately my parents have been weird. Dont tell anyone but I think they might be aliens. So... I need your help. what do you think I should do?") { <!-- 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: 60ms)[ <!-- 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: $counter to 10) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Title page 2")] (replace: ?amount)[$counter] ]<!-- Set the text to show --> (set: $typewriterText to "That's a bit scary. But if you think that's what I should do then OK. Where should i look for the weapons?") { <!-- 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: 60ms)[ <!-- 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: $counter to 7) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Look around for weapons 2")] (replace: ?amount)[$counter] ]<!-- Set the text to show --> (set: $typewriterText to "Wait. We don't have a phone. The last time we had to call someone, Mom did something funny with her hands and a cellphone appeared. Should I go ask my Mom to call the police?") { <!-- 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: 60ms)[ <!-- 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: $counter to 12) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Call the police 2")] (replace: ?amount)[$counter] ] The kid starts looking around in the room for anything they could use as weapons and somewhere along the line get distracted by toys... The parents find the kid playing and decide to observe how the kid is playing. They become so enthralled with the game they join in and have so much fun they decide to take the kid on a 'little adventure' as they so called it. (they knock the kid unconscious and take him to their planet to spread their newly established cult of playing with toys, the kid is forced to become cult leader)<iframe width="560" height="315" src="https://www.youtube.com/embed/rjXu4kAfHLM" framborder="0" allowfullscreen></iframe> (set: $counter to 10) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Downstairs 2")] (replace: ?amount)[$counter] ] <iframe width="560" height="315" src="https://www.youtube.com/embed/ILWdSVabsXY" framborder="0" allowfullscreen></iframe> (set: $counter to 13) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Left 2")] (replace: ?amount)[$counter] ] <iframe width="560" height="315" src="https://www.youtube.com/embed/JDI5_djpsIY" framborder="0" allowfullscreen></iframe> (set: $counter to 4) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "The other left 2")] (replace: ?amount)[$counter] ] <!-- Set the text to show --> (set: $typewriterText to "... there's no need to shout at me... Diary you are mean. I'm not talking to you anymore. Bye.") { <!-- 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: 60ms)[ <!-- 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: $counter to 7) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "What, no! 2")] (replace: ?amount)[$counter] ] <!-- Set the text to show --> (set: $typewriterText to "Oh, but she said not to disturb her now. She said she will be sleeping. Maybe I could try telepathically sending a message to the police instead...") { <!-- 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: 60ms)[ <!-- 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: $counter to 11) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Yes, ask your mom to call 2")] (replace: ?amount)[$counter] ] <!-- Set the text to show --> (set: $typewriterText to "You're right... even if they are aliens, what can I do?") { <!-- 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: 60ms)[ <!-- 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: $counter to 5) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Obsessed with aliens")] (replace: ?amount)[$counter] ] the kid becomes disenchanted with everything and stops believing in irrational things like aliens. the alien parents are relieved their kid is so stupid that he didnt even notice them walking around in their alien form by accident. multiple times.The kid falls asleep while writing in the diary and the parents stumble upon that the next morning. They secretly read the kid's diary and were so concerned, they sent you to a counselor and started spending more time with you. You grew up to be a happy adult with a slight obsession with aliens. but you never did end up figuring out whether they are aliens.<iframe width="560" height="315" src="https://www.youtube.com/embed/M5coxP6EGPA" framborder="0" allowfullscreen></iframe> (set: $counter to 4) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Whats behind 2")] (replace: ?amount)[$counter] ] <!-- Set the text to show --> (set: $typewriterText to "But... won't my parents be mad? ") { <!-- 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: 60ms)[ <!-- 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: $counter to 3) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "You should go in 2")] (replace: ?amount)[$counter] ] <!-- Set the text to show --> (set: $typewriterText to "Well, the last time they got mad.... No, I can't do that... ") { <!-- 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: 60ms)[ <!-- 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: $counter to 5) (live: 1s)[ (set: $counter to it - 1) (if: $counter is 0)[(go-to: "Yeah so what 2")] (replace: ?amount)[$counter] ] <!-- Set the text to show --> (set: $typewriterText to "Alright I am downstairs now. Where should I look?") { <!-- 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: 60ms)[ <!-- 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:) ] ] } [[left]] [[the other left]] [[what's behind that green door?]] That's a bit scary. But if you think that's what I should do then OK. Where should i look for the weapons? [[in your room]] [[downstairs]] Dear diary, Lately my parents have been weird. Don't tell anyone but I think they might be aliens. So... I need your help. what do you think I should do? (Choose one of the options below) [[don't do anything]] [[look around for weapons]] [[call the police]] [[why're you asking me?]] Wait. We don't have a phone. The last time we had to call someone, Mom did something funny with her hands and a cellphone appeared. Should I go ask my Mom to call the police? [[what? no!]] [[yes, ask your mom to call]] The kid couldn't decide what to do and due to some radiation coming from the green door they fot stuck in analysis paralysis. Literally. It's been 50 years and the kid is still there.The kid spends all night trying to use telepathy and in the morning a police car parks near their house and aprehends the kid's parents. They do end up being aliens and get sent to a high security jail. The kid feels a bit bad because it didn't feel like they did something bad... and they were the kid's parents. The kid spends the rest of the night sulking and forgets all about the alien parents. For better or for worse....<!-- Set the text to show --> (set: $typewriterText to "oh, that leads to the basement I think. I was only in there once, back when we just got the house. But my parents spend most of their time in there. ") { <!-- 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: 60ms)[ <!-- 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:) ] ] } [[you should go in there]]But... won't my parents be mad? [[yeah, so what?]]The kid decides to get on the couch and jump around on it for a bit. 5 jumps later he falls from the couch, hits his head and gets a concussion. Several hours later, the kid wakes up thinking they're an alien. The kid opened the fridge and found a bottle of soda inside. The kid couldn't help but drink the soda. Which led to them fainting 5 seconds later. Turns out the human kid turned into an alien kid. The parents were elated and very supportive. But the kid just felt disappointed.