<!-- Set the text to show -->
(set: $typewriterText to "October 21st, 2022")
{
<!-- 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: 20ms)[
<!-- 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:)
]
]
}
[[Login]]''Friends Online:''
• [[Stephanie224]]
• [[5FreddyJr]]
• [[Cynthia]]
//Click on a name to chat.//[[Enter Chat]][[Enter Chat Room]]
What would you like to say?
• (text-colour:blue)[[Hey! Watcha up to?]]
What would you like to say?
• (text-colour:blue) [[Hi bestieeee!! I miss you!]]
Steph: Not much, just bored, do you want to play some games?
• [[Sure! Let's play Minecraft!]]
Freddy: I miss you too, where have you been hiding?? It's been so long I can't remember your face, can you send me some selfies?
• [[Awww, I've just been busy, and okay :) sending them now!]]
<!-- Set the text to show -->
(set: $typewriterText to "You sent Freddy some pictures.")
{
<!-- 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: 20ms)[
<!-- 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:)
]
]
}
Freddy: Wow! You are much cuter from what I remembered.. My parents are gone for the night, do you want to come over to play some games?
• [[Thanks! I don't know, my mom doesnt let me meet up with strangers.. I also don't drive.. :( Maybe next time?]]
<!-- Set the text to show -->
(set: $typewriterText to "You and Stephanie play Minecraft for two hours. You guys get hungry and stop playing.
Stephanie: Man, I am STARVING!!! I think I am going to order some pizza. Do you want to come over and hang out?? ")
{
<!-- 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: 20ms)[
<!-- 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:)
]
]
}
• [[Hmm... I've never met you before, do you think it'll be weird?]]Stephanie: Nahh, I've had plenty of friends over before. I love meeting new people! Don't be a stranger, come eat some free pizza.
• [[Honestly, I think I'll pass. I don't know you, I'm sorry.]]
Freddy: Awww come one, don't worry I can pick you up! I have a nice car with seat warmers and plenty of video games at home.. I have your favorite game.. Animal Crossing!
• [[ANIMAL CROSSING!? That is my favorite!! Maybe I can sneak out of my window. I just need to be home before 9, thats when my mother checks if I am asleep.. Do you think we will make it back on time?]]
Freddy: Of course! It'll be no problem... :) What's your address? I'll head over in 5 mins.
• [[It's 123 goner ave!! Let me know when you're close. Park at the end of the street so no one sees you!]]
<!-- Set the text to show -->
(set: $typewriterText to "Great job! You avoided a possibly dangerous situation. Luckily for you Stephanie was actually a 16 year old girl. Unforunately there are many predators online who pretend to be minors. Don't meet with strangers online. Stay safe.")
{
<!-- 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: 20ms)[
<!-- 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 the text to show -->
(set: $typewriterText to "Freddy arrives at the end of the street in a white suv.")
{
<!-- 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: 20ms)[
<!-- 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:)
]
]
}
• [[Get in the car with Freddy?]]
• [[Decide its a good idea not to go and stay home.]]
<!-- Set the text to show -->
(set: $typewriterText to "Congratulations, you avoided a very dangerous situation.
Freddy was arrested the next day for attempted kidnapping and CP found on his desktop.")
{
<!-- 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: 20ms)[
<!-- 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 the text to show -->
(set: $typewriterText to "You got into the car with Freddy and he turned out to be a 42 year old man. He kidnaps you and your family doesn't notice you're missing until 8 hours later. Local police are searching for you and your family is devastated. You are reported as a missing person.")
{
<!-- 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: 20ms)[
<!-- 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:)
]
]
}
[[Enter Chat.]]<!-- Set the text to show -->
(set: $typewriterText to "You met Cynthia on an online game and have been talking for 4 months. You discovered she goes to school in a neighboring town through facebook. You have been talking to her everyday since.
Cynthia: Hey r u back from class yet?")
{
<!-- 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: 20ms)[
<!-- 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:)
]
]
}
• (text-colour:blue) [[ Ya, I just got home.. wyd?]]
Cynthia: I'm eating pizza at that spot u told me about. Didn't u say u live close by?
• (text-colour:blue)[[Oh you're at the Pizzanut? I only live a few blocks away frum there!]]Cynthia: OMG thats awesome!! We should totally hang out after I'm done. There's a park right down the street from pizzanut, do u wanna meet up?
• (text-colour:blue)[[Idk... I've been on the SafeNet website, and they said its not safe to meet up with strangers online. SafeNet taught me about catfishes.]]Cynthia: Wuts a catfish?? I never heard about that before. Sounds like something made up.
• (text-colour:blue)[[SafeNet taught me that a catfish is someone who is pretending to be to be someone they are not. I was on their resource page and saw videos about stories that happened to real people! It's totally legit!]]
Cynthia: Oh well I would NEVER lie to u!! We talk everyday!! U seen my pics on FB! I'm rlly 16, I promise. ;)
• (text-colour:blue)[[Is that so? Do u want to facetime then? Maybe if we call first I would be down to meet up with u!]]Cynthia: O.. well my camera is sorta broken rn... so I don't think we can facetime. You should just meet up with me. I promise I wont hurt u!
• (text-colour:blue)[[ Aw okay, can we at least call so I can hear your voice?? Just so I know its rlly u!]]<!-- Set the text to show -->
(set: $typewriterText to "Cynthia never responded to your message. 2 Months go by, you're scrolling facebook and notice an account with Cynthia's profile picture, except this girls name is actually Shelby. Shelby's account has more images of herself and a lot more friends than Cynthia. You realized Cythnia has little to no pictures or friends on her account. Cynthia's account has been inactive since you two last talked.
")
{
<!-- 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: 20ms)[
<!-- 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 are glad that you didn't meet //"Cynthia"//...
↶↷
O
Login