/*
<<overlay (bgcolor) (delay) (fgcolor) (text)>>
<<overlay 'black' 3s>>
<<overlay '#ddd' 450ms>>
<<overlay 'green'>> /% if delay is omitted it defaults to 0; a very fast flash effect %/
<<overlay>> /% if both arguments are omitted, it defaults to white and 0 delay %/
*/
<<widget 'splash'>>
<<silently>>
<<set _el to $(document.createElement('div'))>>
<<run _el.attr('id', 'splash')>>
<<set _bgcolor to _args[0]>>
<<set _delay to _args[1]>>
<<set _fgcolor to _args[2]>>
<<set _text to _args[3]>>
<<set _fades to [800, 500]>> /% change length of fade in and fade out animations %/
<<if not _bgcolor>><<set _bgcolor to '#fff'>><</if>>
<<if not _delay>><<set _delay to 0>>
<<else>><<set _delay to Util.fromCssTime(_delay)>>
<</if>>
<<if _text>>
<<run _el.append('<div id="splashtext" style="color: ' + _fgcolor + ';">' + _text + '</div>')>>
<</if>>
<<set $blackscreen = _el>>
<<run $blackscreen
.css('background-color', _bgcolor)
.hide()
.appendTo(document.body)
.fadeIn(_fades[0])
.delay(_delay)
.fadeOut(_fades[1])>>
<<run setTimeout( function () {
$blackscreen.remove();
}, (_fades[0] + _fades[1] + _delay))>>
<</silently>>
<</widget>>The GuestKhairika<<set $name = "You">>
<<set $chatlog = "">>
<<script>>
SimpleAudio.tracks.add("door", "assets/audio/doorsfx.mp3");
SimpleAudio.volume(0.5);
<</script>><<widget "chatlog">>
<<set _text = _args[0]>>
_text
<<set $chatlog += _text>>
<<done>><<run scrollToBottom()>><</done>>
<</widget>><<on 'click'>>
<<ctpAdvance passage()>>
<<done>><<run scrollToBottom()>><</done>>
<</on>>
<<on 'keyup'>><<which 32>>
<<ctpAdvance passage()>>
<<done>><<run scrollToBottom()>><</done>>
<</on>><<t>>$name joined the chat.<</t>>
<<meta>>Click or spacebar to continue.<</meta>>
<<include "common">>
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Omg, guys kill me. Shanon wants another meeting...<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>I’m telling you, do it the French way. <<at>>@Meghane<</at>><</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I know nothing about that! On the train!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Ew Sam. No. I’ll just get her a stupid smoothie. Might calm her down a bit.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>I don’t get paid enough for this!!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Whatever.<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>So what’s the plan for tomorrow? I’m planning on going to the office for 10 to try to get some work done before the new interns 🤮 arrive. So if you want to meet earlier and grab a bite to eat beforehand? 🌟<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>The signal is crappy. I’m lagging a bit, guys.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Okay, I’ll let you know when I’m out of this meeting. But tonight. Club? 💃<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Not for me, sorry!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Yep! 💃<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">><<at>>@Meghane<</at>> boo... <<at>>@$name<</at>>?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Lame 👎<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part2">>
<<reply "Ew. No. Let’s go to the movies instead." _next>>
<<set $chatlog += "<<say>>Ew. No. Let’s go to the movies instead.<</say>>">>
<</reply>>
<<reply "Depends on how I feel tomorrow... might not be in the mood for creepy sweaty bodies" _next>>
<<set $chatlog += "<<say>>Depends on how I feel tomorrow... might not be in the mood for creepy sweaty bodies<</say>>">>
<</reply>>
<<reply "YEESS!! TEQUILA!!!!" _next>>
<<set $chatlog += "<<say>>YEESS!! TEQUILA!!!!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>You forgot my cousin Chloé is coming tonight, didn’t you?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>The maths major at Rutgers you all made stupid jokes about???<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Guys??<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">><<at>>@$name<</at>>?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part3">>
<<reply "That’s today?!" _next>>
<<set $chatlog += "<<say>>That’s today?!<</say>>">>
<</reply>>
<<reply "No... 😬" _next>>
<<set $chatlog += "<<say>>No... 😬<</say>>">>
<</reply>>
<<reply "I remembered!" _next>>
<<set $chatlog += "<<say>>I remembered!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>They forgot.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>They totally did.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Shut up, you all forgot!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>🙈<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>🌵<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part4">>
<<reply "😛" _next>>
<<set $chatlog += "<<say>>😛<</say>>">>
<</reply>>
<<reply "🙃" _next>>
<<set $chatlog += "<<say>>🙃<</say>>">>
<</reply>>
<<reply "🍪" _next>>
<<set $chatlog += "<<say>>🍪<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Guys! 😞 well, I’m adding her to the group chat<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>👍<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>BTW, can someone clear out the fridge? Maybe... <<at>>@$name<</at>>? 🙇<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Lol no." "part5a">>
<<set $chatlog += "<<say>>Lol no.<</say>>">>
<</reply>>
<<reply "What do I get in exchange?" "part5b">>
<<set $chatlog += "<<say>>What do I get in exchange?<</say>>">>
<</reply>>
<<reply "SURE. BUT YOU’LL OWE ME 🤪" "part5c">>
<<set $chatlog += "<<say>>SURE. BUT YOU’LL OWE ME 🤪<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>You’re literally already there, so 🤷<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>I cleaned it last month! 😒<</say>>'>>
<<ctpNext nobr>>
<<goto "part6">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Unconditional love.<</say>>'>>
<<ctpNext nobr>>
<<goto "part6">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>I’ll buy you your favourite drink.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Uhm, then where’s my reward for cleaning the fridge?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part5d">>
<<reply "You didn’t call it!" _next>>
<<set $chatlog += "<<say>>You didn’t call it!<</say>>">>
<</reply>>
<<reply "It was unconditional love" _next>>
<<set $chatlog += "<<say>>It was unconditional love<</say>>">>
<</reply>>
<<reply "I ate it" _next>>
<<set $chatlog += "<<say>>I ate it<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>🤷 🤣<</say>>'>>
<<ctpNext nobr>>
<<goto "part6">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<t>>Meghane is online.<</t>>
<<chatlog '<<say "m">>Guys, here’s my cousin.<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane added Chloe to the group.<</t>>
<<t>>Chloe is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Hello...<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">><<at>>@Chloe<</at>> hey gurl<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">><<at>>@Chloe<</at>>, I’m on my way back<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">><<at>>@Chloe<</at>> hi hi! I think Meghane is having signal issues<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Sorry, I can’t stay, I gotta go. Nice to meet you!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Where’s the cute guy at your office? Will he be in the meeting too? <<at>>@Kayleigh<</at>> 👀<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Ugh, my signal is really bad!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Nice to meet you all!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Ugh. Brb.<</say>>'>>
<<ctpNext nobr>>
<<t>>Sam is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>The meeting is starting 😭<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I don’t think Sam or Kayleigh can help you <<at>>@Chloe<</at>> 🤣<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I might lose signal soon. But <<at>>@$name<</at>> can help.<</say>>'>>
<<ctpNext nobr>>
<<t>>Sam is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Some Karen just threw a fit... 🤦<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Clean the fridge <<at>>@$name<</at>>!<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part7">>
<<reply '(reply to "Clean...") Fine.😑' _next>>
<<set $chatlog += '<<say "y" "Clean the fridge...">>Fine.😑<</say>>'>>
<</reply>>
<<reply '(reply to "Clean...") You’re lucky I’m bored 🥱' _next>>
<<set $chatlog += '<<say "y" "Clean the fridge...">>You’re lucky I’m bored 🥱<</say>>'>>
<</reply>>
<<reply '(reply to "Clean...") You owe me! 💋' _next>>
<<set $chatlog += '<<say "y" "Clean the fridge...">>You owe me! 💋<</say>>'>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>😛 Love you, <<at>>@$name<</at>>!<</say>>'>>
<<ctpNext nobr>>
<<t>>Kayleigh is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<image "s">>karenmeme.gif<</image>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>g2g slay a Karen. ⚔<</say>>'>>
<<ctpNext nobr>>
<<t>>Sam is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I have to go now. Underground!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Ciao <<at>>@Chloe<</at>>! 💋<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c">><<at>>@Meghane<</at>>, Ciao! ❤<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part8">>
<<reply "Hello." _next>>
<<set $chatlog += "<<say>>Hello.<</say>>">>
<</reply>>
<<reply "Hi, Chloe" _next>>
<<set $chatlog += "<<say>>Hi, Chloe<</say>>">>
<</reply>>
<<reply "Heyy!" _next>>
<<set $chatlog += "<<say>>Heyy!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Guess it’s just the two of us!<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part9">>
<<reply "Yup." _next>>
<<set $chatlog += "<<say>>Yup.<</say>>">>
<</reply>>
<<reply "Uhhh... Looks like it" _next>>
<<set $chatlog += "<<say>>Uhhh... Looks like it<</say>>">>
<</reply>>
<<reply "Guess so!" _next>>
<<set $chatlog += "<<say>>Guess so!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>☺<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Would you mind keeping me company on my train ride? I promise I won’t bore you!<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Nah I’ve gotta clean the fridge or whatever" "part10a">>
<<set $chatlog += "<<say>>Nah I’ve gotta clean the fridge or whatever<</say>>">>
<</reply>>
<<reply "How long’s your ride?" "part10b">>
<<set $chatlog += "<<say>>How long’s your ride?<</say>>">>
<</reply>>
<<reply "Sure" "part11">>
<<set $chatlog += "<<say>>Sure<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Ahh, the dreaded fridge cleaning. 🥶<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well if you keep me company I’ll help you clean when I get there.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>It’ll be a lot quicker! 😉<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part11">>
<<reply "Sure" _next>>
<<set $chatlog += "<<say>>Sure<</say>>">>
<</reply>>
<<reply "I’ll hold you to that" _next>>
<<set $chatlog += "<<say>>I’ll hold you to that<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I hope not too long!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I wouldn’t ask you to stay for hours.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Is it alright with you? I’d like to get to know someone a bit before I get there.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Meghane’s sweet but I get a bit anxious around new people...<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Just 10 mins, I swear.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part11">>
<<reply "Sure" _next>>
<<set $chatlog += "<<say>>Sure<</say>>">>
<</reply>>
<<reply "I’ll hold you to that" _next>>
<<set $chatlog += "<<say>>I’ll hold you to that<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>☺<br>So, you’re <<at>>@$name<</at>>. Meghane told me all about you!<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Oh, I don’t really like being talked about" "part12a">>
<<set $chatlog += "<<say>>Oh, I don’t really like being talked about<</say>>">>
<</reply>>
<<reply "All good things I hope!" "part12b">>
<<set $chatlog += "<<say>>All good things I hope!<</say>>">>
<</reply>>
<<reply "Yeah she’s really great with introductions!" "part12c">>
<<set $chatlog += "<<say>>Yeah she’s really great with introductions!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I get you. I’m the same way.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>She didn’t say anything revealing though.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Just that you’re pretty chill.<</say>>'>>
<<ctpNext nobr>>
<<goto "part13">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Yes yes. All good things.<</say>>'>>
<<ctpNext nobr>>
<<goto "part13">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>She is!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I feel like I know a bit about you all already...<</say>>'>>
<<ctpNext nobr>>
<<goto "part13">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>BTW, which train do I take towards you guys?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Why are you asking?" "part14a">>
<<set $chatlog += "<<say>>Why are you asking?<</say>>">>
<</reply>>
<<reply "(Lie)" "part14b">>
<<set $chatlog += "<<say>>The A Downtown<</say>>">>
<</reply>>
<<reply "(Truth)" "part14c">>
<<set $chatlog += "<<say>>The C Uptown<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>There’s construction and they re-routed us.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>So, I panicked and I’m pretty sure I jumped on the wrong train...<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "(Lie)" "part14b">>
<<set $chatlog += "<<say>>The A Downtown<</say>>">>
<</reply>>
<<reply "(Truth)" "part14c">>
<<set $chatlog += "<<say>>The C Uptown<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh shit... Really?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>This might take a bit longer than expected...<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’ll have to tell Meghane.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "(Tell the truth)" "part14d">>
<<set $chatlog += "<<say>>Actually it’s the C Uptown. If they’ve re-routed you.<</say>>">>
<</reply>>
<<reply "(Say nothing)" "part15">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Perfect.<</say>>'>>
<<ctpNext nobr>>
<<goto "part15">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh, phew. Okay. It’s really confusing, isn’t it?<</say>>'>>
<<ctpNext nobr>>
<<goto "part15">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>Sorry, I’m just not used to all this public transport stuff yet.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Country girl and all.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part16">>
<<reply "(Say nothing)" _next>>
<</reply>>
<<reply "It can be confusing at times" _next>>
<<set $chatlog += "<<say>>It can be confusing at times<</say>>">>
<</reply>>
<<reply "Haha, no worries. It took me a while too" _next>>
<<set $chatlog += "<<say>>Haha, no worries. It took me a while too<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Cute profile pic btw is that you?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Oh, that’s nothing" "part17a">>
<<set $chatlog += "<<say>>Oh, that’s nothing<</say>>">>
<</reply>>
<<reply "That’s me" "part17b">>
<<set $chatlog += "<<say>>That’s me<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>You’re really pretty.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part18">>
<<reply "Thanks" _next>>
<<set $chatlog += "<<say>>Thanks<</say>>">>
<</reply>>
<<reply "(Say nothing)" _next>>
<<set $chatlog += "<<say>>(Say nothing)<</say>>">>
<</reply>>
<<reply "Lol thanks I guess" _next>>
<<set $chatlog += "<<say>>Lol thanks I guess<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh wow, are you a model?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part18">>
<<reply "Haha no, I wish." _next>>
<<set $chatlog += "<<say>>Haha no, I wish.<</say>>">>
<</reply>>
<<reply "That was just a one-off photoshoot in college" _next>>
<<set $chatlog += "<<say>>That was just a one-off photoshoot in college<</say>>">>
<</reply>>
<<reply "The wonders of makeup and photoshop" _next>>
<<set $chatlog += "<<say>>The wonders of makeup and photoshop<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’d love to photograph you some time.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "I thought you did maths?" "part19a">>
<<set $chatlog += "<<say>>I thought you did maths?<</say>>">>
<</reply>>
<<reply "Photograph me how?" "part19b">>
<<set $chatlog += "<<say>>Photograph me how?<</say>>">>
<</reply>>
<<reply "Are you any good?" "part19c">>
<<set $chatlog += "<<say>>Are you any good?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh yeah, I do. Photography is just a passionate hobby, still life photography.<</say>>'>>
<<ctpNext nobr>>
<<goto "part20">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well, if you’re up for it, I’ve been looking for a boudoir model.<</say>>'>>
<<ctpNext nobr>>
<<t>>Sam is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Guyyssss, kill meeeee.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>This Karen is a total biiittchhh.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<image "s">>killme.gif<</image>>'>>
<<ctpNext nobr>>
<<t>>Sam is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh no! <<at>>@Sam<</at>> I hope it gets better.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c" "Well, if you’re up for it...">><<at>>@$name<</at>> But we can talk about that later. 😉<</say>>'>>
<<ctpNext nobr>>
<<goto "part20">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Yes, I am.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>A passionate hobby, still life photography.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part20">>
<<reply "Oh okay" _next>>
<<set $chatlog += "<<say>>Oh okay<</say>>">>
<</reply>>
<<reply "Cool" _next>>
<<set $chatlog += "<<say>>Cool<</say>>">>
<</reply>>
<<reply "Isn’t still life fruits and stuff?" _next>>
<<set $chatlog += "<<say>>Isn’t still life fruits and stuff?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>Hey, can you send me the address again?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Didn’t meghane send it to you?" "part21a">>
<<set $chatlog += "<<say>>Didn’t meghane send it to you?<</say>>">>
<</reply>>
<<reply "Sure" "part22">>
<<set $chatlog += "<<say>>Sure.<</say>>">>
<<set $chatlog += "<<say>>It’s 9504 Main Street<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Yeah, she did, but we just ended up chatting a lot so it got lost somewhere in there.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’d search it up but I don’t even remember what it started with.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Weird that you don’t have it" "part21b">>
<<set $chatlog += "<<say>>Weird that you don’t have it<</say>>">>
<</reply>>
<<reply "(Tag Meghane)" "part21c">>
<<set $chatlog += "<<say>><<at>>@Meghane<</at>>, can you send Chloe the address?<</say>>">>
<</reply>>
<<reply "Sure" "part22">>
<<set $chatlog += "<<say>>Sure.<</say>>">>
<<set $chatlog += "<<say>>It’s 9504 Main Street<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>It’s not that weird?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I just want to double-check what it is?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "(Tag Meghane)" "part21c">>
<<set $chatlog += "<<say>><<at>>@Meghane<</at>>, can you send Chloe the address?<</say>>">>
<</reply>>
<<reply "Sure" "part22">>
<<set $chatlog += "<<say>>Sure.<</say>>">>
<<set $chatlog += "<<say>>It’s 9504 Main Street<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Could you send it?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>She might still be underground and I need to make sure I’m at the right stop.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part22">>
<<reply "Sure" _next>>
<<set $chatlog += "<<say>>Sure.<</say>>">>
<<set $chatlog += "<<say>>It’s 9504 Main Street<</say>>">>
<</reply>>
<<reply "(Send it)" _next>>
<<set $chatlog += "<<say>>It’s 9504 Main Street<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Great. Thanks again!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>So will I meet everyone when I get there?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "I think we’ll go out for drinks when they get back @everyone" "part23a">>
<<set $chatlog += "<<say>>I think we’ll go out for drinks when they get back <<at>>@everyone<</at>><</say>>">>
<</reply>>
<<reply "No, they’re all out" "part23b">>
<<set $chatlog += "<<say>>No, they’re all out<</say>>">>
<</reply>>
<<reply "I’m your welcoming committee" "part23b">>
<<set $chatlog += "<<say>>I’m your welcoming committee<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Kayleigh is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Running late. Meeting.<</say>>'>>
<<ctpNext nobr>>
<<t>>Kayleigh is offline.<</t>>
<<t>>Sam is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Karen.<</say>>'>>
<<ctpNext nobr>>
<<t>>Sam is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I guess we’ll see about that later.<</say>>'>>
<<ctpNext nobr>>
<<goto "part23b">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>So you’re home alone?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part24">>
<<reply "Yep" _next>>
<<set $chatlog += "<<say>>Yep<</say>>">>
<</reply>>
<<reply "Eh, I’m used to it" _next>>
<<set $chatlog += "<<say>>Eh, I’m used to it<</say>>">>
<</reply>>
<<reply "Not for long!" _next>>
<<set $chatlog += "<<say>>Not for long!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Doesn’t it scare you?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part25">>
<<reply "Nah, it’s a pretty safe neighbourhood" _next>>
<<set $chatlog += "<<say>>Nah, it’s a pretty safe neighbourhood<</say>>">>
<</reply>>
<<reply "I can handle myself" _next>>
<<set $chatlog += "<<say>>I can handle myself<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>You’re so brave.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well, it seems I’ve got another 10 mins till I get there.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Want to play 20 questions?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Isn’t that for dates?" "part26a">>
<<set $chatlog += "<<say>>Isn’t that for dates?<</say>>">>
<</reply>>
<<reply "Isn't that for kids?" "part26a">>
<<set $chatlog += "<<say>>Isn't that for kids?<</say>>">>
<</reply>>
<<reply "Sure, why not" "part26b">>
<<set $chatlog += "<<say>>Sure, why not<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Ah, so you like to think within the box.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part26c">>
<<reply "No, I don’t, I was just asking" _next>>
<<set $chatlog += "<<say>>No, I don’t, I was just asking<</say>>">>
<</reply>>
<<reply "Whatever" _next>>
<<set $chatlog += "<<say>>Whatever<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Do you want to go first?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part27">>
<<reply "That’s your first question" _next>>
<<set $chatlog += "<<say>>That’s your first question<</say>>">>
<</reply>>
<<reply "Alright" _next>>
<<set $chatlog += "<<say>>Alright<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well, technically it’s a kid’s game, but I couldn’t think of anything else.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>So what do you say? 10 mins? and we’ll know each other better than the others.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Are you down?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part26d">>
<<reply "Sure but that’s your first question" _next>>
<<set $chatlog += "<<say>>Sure but that’s your first question<</say>>">>
<</reply>>
<<reply "That counts as a question, right?" _next>>
<<set $chatlog += "<<say>>That counts as a question, right?<</say>>">>
<</reply>>
<<reply "Since you asked, I’ll go first" _next>>
<<set $chatlog += "<<say>>Since you asked, I’ll go first<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Clever girl... Your turn.<</say>>'>>
<<ctpNext nobr>>
<<goto "part27">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say>>Hmm...<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "What’s your favourite colour?" "part28a">>
<<set $chatlog += "<<say>>What’s your favourite colour?<</say>>">>
<</reply>>
<<reply "What’s your favourite animal?" "part28b">>
<<set $chatlog += "<<say>>What’s your favourite animal?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Easy. Oxygenated red.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part29">>
<<reply "Alright, you go" _next>>
<<set $chatlog += "<<say>>Alright, you go<</say>>">>
<</reply>>
<<reply "Okay... your turn" _next>>
<<set $chatlog += "<<say>>Okay... your turn<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Hehe...<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Orca whales.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part29">>
<<reply "Alright, you go" _next>>
<<set $chatlog += "<<say>>Alright, you go<</say>>">>
<</reply>>
<<reply "Okay... your turn" _next>>
<<set $chatlog += "<<say>>Okay... your turn<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>When were you born?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Lol what?" "part30a">>
<<set $chatlog += "<<say>>Lol what?<</say>>">>
<</reply>>
<<reply "(Say nothing)" "part30a">>
<</reply>>
<<reply "(Date without the year)" "part30b">>
<<set $chatlog += "<<say>>May 8th<</say>>">>
<</reply>>
<<reply "(Answer)" "part30c">>
<<set $chatlog += "<<say>>May 8th 1992<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>when were you born?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say>>Uhm.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "(Date without the year)" "part30b">>
<<set $chatlog += "<<say>>May 8th<</say>>">>
<</reply>>
<<reply "(Answer fully)" "part30c">>
<<set $chatlog += "<<say>>May 8th 1992<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>What year?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "(Stay silent)" "part30d">>
<</reply>>
<<reply "(Answer fully)" "part30c">>
<<set $chatlog += "<<say>>May 8th 1992<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh cool, you’re a little younger than me<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part31">>
<<reply "Younger? aren’t you a sophomore at Rutgers?" _next>>
<<set $chatlog += "<<say>>Younger? aren’t you a sophomore at Rutgers?<</say>>">>
<</reply>>
<<reply "I’m older than you..." _next>>
<<set $chatlog += "<<say>>I’m older than you...<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>A little shy hm?...<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>You must be younger than me then.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part31">>
<<reply "Younger? aren’t you a sophomore at Rutgers?" _next>>
<<set $chatlog += "<<say>>Younger? aren’t you a sophomore at Rutgers?<</say>>">>
<</reply>>
<<reply "I’m older than you..." _next>>
<<set $chatlog += "<<say>>I’m older than you...<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Kayleigh is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Meeting done! Drink orders, anyone?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>No? DM if you have any! Heading back in 30 mins.<</say>>'>>
<<ctpNext nobr>>
<<t>>Kayleigh is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Omg right. total brain fart! for a mathematician that’s pretty embarrassing! 🤣<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part32">>
<<reply "It happens to the best of us." _next>>
<<set $chatlog += "<<say>>It happens to the best of us.<</say>>">>
<</reply>>
<<reply "Uh huh" _next>>
<<set $chatlog += "<<say>>Uh huh<</say>>">>
<</reply>>
<<reply "Sure" _next>>
<<set $chatlog += "<<say>>Sure<</say>>">>
<</reply>>
<<reply "Why are you asking me this?" "part31b">>
<<set $chatlog += "<<say>>Why are you asking me this?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Couldn’t think of anything else 🤣<</say>>'>>
<<ctpNext nobr>>
<<goto "part32">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>Go on.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Are you a morning or a night person?" "part33a">>
<<set $chatlog += "<<say>>Are you a morning or a night person?<</say>>">>
<</reply>>
<<reply "Where did you say you were from again?" "part33b">>
<<set $chatlog += "<<say>>Where did you say you were from again?<</say>>">>
<</reply>>
<<reply "You never answered my question" "part33c">>
<<set $chatlog += "<<say>>You never answered my question<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Total night owl.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part34">>
<<reply "Nice, same here" _next>>
<<set $chatlog += "<<say>>Nice, same here<</say>>">>
<</reply>>
<<reply "I’m more of a morning person" _next>>
<<set $chatlog += "<<say>>I’m more of a morning person<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Jersey.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part33d">>
<<reply "Meghane said you were from Iowa?" _next>>
<<set $chatlog += "<<say>>Meghane said you were from Iowa?<</say>>">>
<</reply>>
<<reply "Weird that you can’t keep up with the subway" _next>>
<<set $chatlog += "<<say>>Weird that you can’t keep up with the subway<</say>>">>
<</reply>>
<<reply "Interesting" _next>>
<<set $chatlog += "<<say>>Interesting<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Which one?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Hold on.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Just a silly question. I like to do horoscopes. Gives me a better understanding of the person.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>That’s why I asked for the year, silly!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’m not a creep 🤪<</say>>'>>
<<ctpNext nobr>>
<<goto "part34">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well, yeah, I was born in Iowa.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I thought you were asking about Rutgers! 😅<</say>>'>>
<<ctpNext nobr>>
<<goto "part34">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>My turn!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>If you died today, how would you be remembered?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "That took a turn" "part35a">>
<<set $chatlog += "<<say>>That took a turn<</say>>">>
<</reply>>
<<reply "Woah, shit just got deep!" "part35a">>
<<set $chatlog += "<<say>>Woah, shit just got deep!<</say>>">>
<</reply>>
<<reply "Uhmm... weird enough but I have thought about it!" "part35b">>
<<set $chatlog += "<<say>>Uhmm... weird enough but I have thought about it!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Haha. Yep.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well? How would you be remembered?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part36">>
<<reply "I want the little things I’ve done that changed people’s lives" _next>>
<<set $chatlog += "<<say>>I want the little things I’ve done that changed people’s lives<</say>>">>
<</reply>>
<<reply "I want my love for my family and friends to be remembered" _next>>
<<set $chatlog += "<<say>>I want my love for my family and friends to be remembered<</say>>">>
<</reply>>
<<reply "I want to die fervent, energetic and inspirational. Someone whose memories would only make their dear ones smile, and not cry" _next>>
<<set $chatlog += "<<say>>I want to die fervent, energetic and inspirational. Someone whose memories would only make their dear ones smile, and not cry<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Interesting. Go on.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say>>I’m not trying to be cryptic. I’m not going anywhere. I hope! But...<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part36">>
<<reply "I want the little things I’ve done that changed people’s lives" _next>>
<<set $chatlog += "<<say>>I want the little things I’ve done that changed people’s lives<</say>>">>
<</reply>>
<<reply "I want my love for my family and friends to be remembered" _next>>
<<set $chatlog += "<<say>>I want my love for my family and friends to be remembered<</say>>">>
<</reply>>
<<reply "I want to die fervent, energetic and inspirational. Someone whose memories would only make their dear ones smile, and not cry" _next>>
<<set $chatlog += "<<say>>I want to die fervent, energetic and inspirational. Someone whose memories would only make their dear ones smile, and not cry<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Well, isn’t that touching.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part37">>
<<reply "Yeah, I guess so." _next>>
<<set $chatlog += "<<say>>Yeah, I guess so.<</say>>">>
<</reply>>
<<reply "(Say nothing)" _next>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Didn’t have a rough childhood? Daddy issues like the rest of them?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Excuse me?" "part38a">>
<<set $chatlog += "<<say>>Excuse me?<</say>>">>
<</reply>>
<<reply "The rest of who?" "part38b">>
<<set $chatlog += "<<say>>The rest of who?<</say>>">>
<</reply>>
<<reply "One question at a time, it’s my turn" "part38c">>
<<set $chatlog += "<<say>>One question at a time, it’s my turn<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>What? I’m just teasing you!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>You seem very lucky to have such a great support system.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Come on, it’s your turn.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Ask me anything.<</say>>'>>
<<ctpNext nobr>>
<<goto "part39">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>The world.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Lol, ignore me.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Your turn.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Go on.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Ask me anything.<</say>>'>>
<<ctpNext nobr>>
<<goto "part39">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Go ahead.<</say>>'>>
<<ctpNext nobr>>
<<goto "part39">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say>>Hmmm...<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "You got any pet peeves?" "part40a">>
<<set $chatlog += "<<say>>You got any pet peeves?<</say>>">>
<</reply>>
<<reply "Would you say you’re more of an extrovert or an introvert" "part40b">>
<<set $chatlog += "<<say>>Would you say you’re more of an extrovert or an introvert<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’ve only got one, and that is Stupidity.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part41">>
<<reply "Who doesn’t 🤣" _next>>
<<set $chatlog += "<<say>>Who doesn’t 🤣<</say>>">>
<</reply>>
<<reply "Same" _next>>
<<set $chatlog += "<<say>>Same<</say>>">>
<</reply>>
<<reply "Stupidity in what way?" _next>>
<<set $chatlog += "<<say>>Stupidity in what way?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Neither, I’m dead on the centre, maybe an “ambivert”. Sometimes I get tired of being around people, so I’ll have to go be by myself to recharge.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Sometimes I need attention from chimps, so I’ll find people to socialize with to recharge.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I only ever use people to recharge. I have no interest in them nor consider anyone “friends” I just consider people batteries.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I remember when I was last describing this to some girl, and just like every other person I encounter they say,<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>“That’s what you call ‘introvert’”<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>No. I’m just very antisocial. Pisses me off. I think that a big reason for this is my OCD.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>To keep it simple, I don’t surround myself with people because buffoons are very simple-minded. I get so angry because they’re so dumb and I feel the need to personally tear them down.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>But that doesn’t mean I don’t like to surround myself with others to socialize.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>And still, they remain confused.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>It’s like talking to walls you know? Just everyone I interact with. Absolute morons.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Wow... ok..." "part42c">>
<<set $chatlog += "<<say>>Wow... ok...<</say>>">>
<</reply>>
<<reply "(Say nothing)" "part42c">>
<</reply>>
<<reply "You said you have OCD? Like where you put stuff away perfectly? or?" "part43f">>
<<set $chatlog += "<<say>>You said you have OCD? Like where you put stuff away perfectly? or?<</say>>">>
<</reply>>
<<reply "I think I’m gonna log off soon. I’ll see you in a bit" "part43g">>
<<set $chatlog += "<<say>>I think I’m gonna log off soon. I’ll see you in a bit<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I find almost every girl I interact with to either have incredibly flawed logic or to be delusionally narcissistic to the point where it’s not even funny.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I think that a big reason for this is my OCD, which basically turns other people’s idiocy into an intrusive thought.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I get so angry because they’re so dumb, so insane and borderline mentally handicapped that I feel the need to personally tear them down.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>But then I remember that I’m lazy and can’t be bothered to have an argument with someone.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>So, if I get angry with you, it’s because I think you’re thick, probably not for any other reason.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "I’ll try not to be thick then." "part42a">>
<<set $chatlog += "<<say>>I’ll try not to be thick then.<</say>>">>
<</reply>>
<<reply "Wow... ok..." "part42a">>
<<set $chatlog += "<<say>>Wow... ok...<</say>>">>
<</reply>>
<<reply "(Say nothing)" "part42a">>
<</reply>>
<<reply "That’s incredibly offensive." "part42b">>
<<set $chatlog += "<<say>>That’s incredibly offensive.<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>You seem reasonably intelligent so far. I hope that’s the case for your sake.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Wow Uhm, ok..." "part42c">>
<<set $chatlog += "<<say>>Wow Uhm, ok...<</say>>">>
<</reply>>
<<reply "(Say Nothing)" "part42c">>
<</reply>>
<<reply "You said you have OCD? Like where you put stuff away perfectly? or?" "part43f">>
<<set $chatlog += "<<say>>You said you have OCD? Like where you put stuff away perfectly? or?<</say>>">>
<</reply>>
<<reply "I think I’m gonna log off soon. I’ll see you in a bit" "part43g">>
<<set $chatlog += "<<say>>I think I’m gonna log off soon. I’ll see you in a bit<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Was it?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Sorry, I didn’t mean to be.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I tend to not have a filter. I’m usually a lot better.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’m just really stressed lately.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Not an excuse though.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’m sorry.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "You’re right. It’s not an excuse" "part43c">>
<<set $chatlog += "<<say>>You’re right. It’s not an excuse<</say>>">>
<</reply>>
<<reply "It’s fine. We all slip up" "part43e">>
<<set $chatlog += "<<say>>It’s fine. We all slip up<</say>>">>
<</reply>>
<<reply "I’m sure you’re working on it to be better" "part43e">>
<<set $chatlog += "<<say>>I’m sure you’re working on it to be better<</say>>">>
<</reply>>
<<reply "I think I’m gonna log off soon. I’ll see you in a bit" "part43g">>
<<set $chatlog += "<<say>>I think I’m gonna log off soon. I’ll see you in a bit<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>5 mins away by the way.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>9405 Main St?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part42d">>
<<reply "That’s the one" _next>>
<<set $chatlog += "<<say>>That’s the one<</say>>">>
<</reply>>
<<reply "Yep" _next>>
<<set $chatlog += "<<say>>Yep<</say>>">>
<</reply>>
<<reply "👍" _next>>
<<set $chatlog += "<<say>>👍<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Awesome.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "(sit in the discomfort)" "part42e">>
<</reply>>
<<reply "(be playful, diffuse tension)" "part42f">>
<<set $chatlog += "<<say>>does that count as a question?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Alright, I’m almost there.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>One last question.<</say>>'>>
<<ctpNext nobr>>
<<goto "part48">>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>No.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part42g">>
<<reply "I think it does!" _next>>
<<set $chatlog += "<<say>>I think it does!<</say>>">>
<</reply>>
<<reply "You sure?" _next>>
<<set $chatlog += "<<say>>You sure?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>No. It doesn’t.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part42h">>
<<reply "Haha yeah it does" _next>>
<<set $chatlog += "<<say>>Haha yeah it does<</say>>">>
<</reply>>
<<reply "My turn!" _next>>
<<set $chatlog += "<<say>>My turn!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Don’t be fucking stupid. It’s my turn.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part48">>
<<reply "Woah, I was just trying to lighten the mood..." _next>>
<<set $chatlog += "<<say>>Woah, I was just trying to lighten the mood...<</say>>">>
<</reply>>
<<reply "Fine, go ahead." _next>>
<<set $chatlog += "<<say>>Fine, go ahead.<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I agree.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Are we cool?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "Yeah, we’re cool." "part43d">>
<<set $chatlog += "<<say>>Yeah, we’re cool.<</say>>">>
<</reply>>
<<reply "Yeah, just be conscious" "part43d">>
<<set $chatlog += "<<say>>Yeah, just be conscious<</say>>">>
<</reply>>
<<reply "I think I’m gonna log off soon. I’ll see you in a bit" "part43g">>
<<set $chatlog += "<<say>>I think I’m gonna log off soon. I’ll see you in a bit<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Alright.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Cool. Thanks<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>It’s my turn, right?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part48">>
<<reply "(keep playing with Chloe)" _next>>
<</reply>>
<<reply "(stop playing with Chloe)" _next>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Yeah, I’m working on it.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Thanks.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>My turn, yeah?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part48">>
<<reply "(keep playing with Chloe)" _next>>
<</reply>>
<<reply "(stop playing with Chloe)" _next>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Yeah. But it’s no big deal honestly. I’m on meds. I’m just really stressed right now, sorry if I came off weird.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Don’t wanna scare you. 👼<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’m just going through a lot of shit lately.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<reply "I think I’m gonna log off soon. I’ll see you in a bit" "part43g">>
<<set $chatlog += "<<say>>I think I’m gonna log off soon. I’ll see you in a bit<</say>>">>
<</reply>>
<<reply "(Say nothing)" "part42c">>
<</reply>>
<<reply "Meghane mentioned a little bit about what you’re going through." "part43h">>
<<set $chatlog += "<<say>>Meghane mentioned a little bit about what you’re going through.<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Did I do something wrong?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’m sorry alright?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I think you’re overreacting. You asked me a question and I answered it. Sure I got a bit heated, but I didn’t mean to!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I said I was sorry! What more do you want from me?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’m literally 5 minutes away.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part48">>
<<reply "(keep playing with Chloe)" _next>>
<</reply>>
<<reply "(stop playing with Chloe)" _next>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>What did she tell you?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part44">>
<<reply "Family issues?..." _next>>
<<set $chatlog += "<<say>>Family issues?...<</say>>">>
<</reply>>
<<reply "(Say nothing)" _next>>
<</reply>>
<<reply "We don’t have to talk about it if it’s too sensitive" _next>>
<<set $chatlog += "<<say>>We don’t have to talk about it if it’s too sensitive<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part45">>
<<reply "I’m really sorry to hear about it..." _next>>
<<set $chatlog += "<<say>>I’m really sorry to hear about it...<</say>>">>
<</reply>>
<<reply "Sorry I didn’t mean to bring it up..." _next>>
<<set $chatlog += "<<say>>Sorry I didn’t mean to bring it up...<</say>>">>
<</reply>>
<<reply "It must be really hard for you... I know what it’s like..." _next>>
<<set $chatlog += "<<say>>It must be really hard for you... I know what it’s like...<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>It’s been really rough... I can’t believe they’re gone...<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part46">>
<<reply "Gone? I thought they were getting divorced?..." _next>>
<<set $chatlog += "<<say>>Gone? I thought they were getting divorced?...<</say>>">>
<</reply>>
<<reply "What do you mean by gone?" _next>>
<<set $chatlog += "<<say>>What do you mean by gone?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Their relationship is gone. They’re not dead. Obviously.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part47">>
<<reply "(Say nothing)" _next>>
<</reply>>
<<reply "Right" _next>>
<<set $chatlog += "<<say>>Right<</say>>">>
<</reply>>
<<reply "I see..." _next>>
<<set $chatlog += "<<say>>I see...<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Okay.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>My turn right?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part48">>
<<reply "(keep playing with Chloe)" _next>>
<</reply>>
<<reply "(stop playing with Chloe)" _next>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<chatlog '<<say "c">>Tell me.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>How would you like to die?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part49">>
<<reply "Woah WTF." _next>>
<<set $chatlog += "<<say>>Woah WTF.<</say>>">>
<</reply>>
<<reply "What?" _next>>
<<set $chatlog += "<<say>>What?<</say>>">>
<</reply>>
<<reply "Of all the questions to ask" _next>>
<<set $chatlog += "<<say>>Of all the questions to ask<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Twisted sense of humour.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part50">>
<<reply "Yeah, but it’s not funny" _next>>
<<set $chatlog += "<<say>>Yeah, but it’s not funny<</say>>">>
<</reply>>
<<reply "I’m not comfortable with this" _next>>
<<set $chatlog += "<<say>>I’m not comfortable with this<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>What? it’s just a stupid question.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Oh, come on. don’t spoil my fun.<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part51">>
<<reply "I’m not gonna answer that question." _next>>
<<set $chatlog += "<<say>>I’m not gonna answer that question.<</say>>">>
<</reply>>
<<reply "I’m officially done with this" _next>>
<<set $chatlog += "<<say>>I’m officially done with this<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>It literally means nothing. Every breath we take brings us closer to the grave. Come on.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>I’d rather die in a cool way<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Like a fight or whatever. At least I deserve my death.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>See? easy.<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>So how would you like to die?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part52">>
<<reply "WTF" _next>>
<<set $chatlog += "<<say>>WTF<</say>>">>
<</reply>>
<<reply "Okay, I’m done" _next>>
<<set $chatlog += "<<say>>Okay, I’m done<</say>>">>
<</reply>>
<<reply "What’s wrong with you?" _next>>
<<set $chatlog += "<<say>>What’s wrong with you?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Guys omg! LOL I literally did something so stupid!!!!<</say>>'>>
<<ctpNext nobr>>
<<t>>Sam is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Come on <<at>>@$name<</at>><</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Did you order the wrong latte again?<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>If you like pumpkin spice just admit it, no need to pretend 🤪 did something stupid. plz<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Uh. no<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">><<at>>@$name<</at>><</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c">>Answer me<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I mistyped Chloe’s number when I added her to the chat!<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part53">>
<<reply "You’re kidding..." _next>>
<<set $chatlog += "<<say>>You’re kidding...<</say>>">>
<</reply>>
<<reply "Shit" _next>>
<<set $chatlog += "<<say>>Shit<</say>>">>
<</reply>>
<<reply "(Say nothing)" _next>>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Meghane added Chloé to the group.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Here she is! <<at>>@$name<</at>> is home, they’ll let you in!<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<t>>Chloé is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c2">>Hi everyone! sorry for the confusion! 🌟<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part54">>
<<reply "Meghane, did you kick the other Chloe out?" _next>>
<<set $chatlog += "<<say>>Meghane, did you kick the other Chloe out?<</say>>">>
<</reply>>
<<reply "What about the other Chloe?" _next>>
<<set $chatlog += "<<say>>What about the other Chloe?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I’m working on it...<</say>>'>>
<<ctpNext nobr>>
<<t>>Chloe changed their name to Chloé.<</t>>
<<t>>Meghane is offline.<</t>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Okay, now I’m not sure who is who 🥶<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c2">>I’m almost there! ☺<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Omg 🤣<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Deleted!<</say>>'>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Problem solved!<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part55">>
<<reply "It’s not funny @Sam, they know where we live." _next>>
<<set $chatlog += "<<say>>It’s not funny <<at>>@Sam<</at>>, they know where we live.<</say>>">>
<</reply>>
<<reply "@Meghane, they both have the address just kick her out, or make me admin!" _next>>
<<set $chatlog += "<<say>><<at>>@Meghane<</at>>, they both have the address just kick her out, or make me admin!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c2" "Here she is...">><<at>>@$name<</at>>, I can’t wait to finally meet you!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<image "c2">>apartment.jpg<</image>>'>>
<<ctpNext nobr>>
<<t>>Kayleigh is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k" "I mistyped Chloe’s...">>LOL! How?? Gonna scroll up omg 🤣<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>Ah! She’s already there! <<at>>@$name<</at>> will let you in.<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part56">>
<<reply "I’m not opening the door" _next>>
<<set $chatlog += "<<say>>I’m not opening the door<</say>>">>
<</reply>>
<<reply "I don’t trust that it’s her" _next>>
<<set $chatlog += "<<say>>I don’t trust that it’s her<</say>>">>
<</reply>>
<<reply "Are you sure it’s Chloe?" _next>>
<<set $chatlog += "<<say>>Are you sure it’s Chloe?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c2">><<at>>@Kayleigh<</at>> her butterfingers of course! Passcode <<at>>@Meghane<</at>>?<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>The code is 3042! 💋<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c2">>LOL! Hope it didn’t shake you up too much, <<at>>@$name<</at>><</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "c2">>Spooky stuff! ☺<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part57">>
<<reply "Fuck off" _next>>
<<set $chatlog += "<<say>>Fuck off<</say>>">>
<</reply>>
<<reply "Who the fuck are you?" _next>>
<<set $chatlog += "<<say>>Who the fuck are you?<</say>>">>
<</reply>>
<<reply "@Meghane, how do we know this is Chloe?" _next>>
<<set $chatlog += "<<say>><<at>>@Meghane<</at>>, how do we know this is Chloe?<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "m">><<at>>@$name<</at>>, I thought I deleted the other Chloe, but they’re both still there?<</say>>'>>
<<t>>Meghane is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>Of course! 🤣<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "c2" "The code is...">>💋 😉<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Guys... did anyone read the chat between Chloe and <<at>>@$name<</at>>?<</say>>'>>
<<ctpNext nobr>>
<<choosereply>>
<<set _next = "part58">>
<<reply "I’m calling 911" _next>>
<<set $chatlog += "<<say>>I’m calling 911<</say>>">>
<</reply>>
<<reply "Guys, get home asap" _next>>
<<set $chatlog += "<<say>>Guys, get home asap<</say>>">>
<</reply>>
<<reply "I’m serious @everyone, this isn’t a joke!" _next>>
<<set $chatlog += "<<say>>I’m serious <<at>>@everyone<</at>>, this isn’t a joke!<</say>>">>
<</reply>>
<</choosereply>>
<</ctp>><<include "common">>
$chatlog
<<ctp passage()>>
<<ctpNext nobr>>
<<chatlog '<<say "c2">>Coming up! <<at>>@$name<</at>> 💋<</say>>'>>
<<ctpNext nobr>>
<<t>>Chloé is offline.<</t>>
<<ctpNext nobr>>
<<chatlog '<<say "k">>Creep alert!! I’m almost home!<</say>>'>>
<<ctpNext nobr>>
<<t>>Meghane is online.<</t>>
<<chatlog '<<say "m">>I’m calling the police!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">>I didn’t delete the other account<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "m">><<at>>@$name<</at>> lock the door! NOW!<</say>>'>>
<<ctpNext nobr>>
<<chatlog '<<say "s">>I’m calling the neighbours!<</say>>'>>
<<ctpNext nobr>>
<<script>>
SimpleAudio.select("door").play();
<</script>>
<<notify>>A knock on the door!<br>Then the door handle rattles...<</notify>>
<<ctpNext 4s>>
<<include "end">>
<<splash "black" 4s "gainsboro" "The End">>
<<timed 2s>><<goto "Start">><</timed>>
<</ctp>><<run memorize('ngplus', true)>><<set $chatlog = "">>
<<script>>
SimpleAudio.select("door").stop();
<</script>>
<<groupchat "Flatmates" "setname">><</groupchat>>
<<if recall("ngplus")>>
<div id="creditsatstart">
Writer: Khairika | Coder: brushmen<br>
<small>
written in January of 2022<br>
Custom Macros from ChapelR, Cyrus Firheir<br>
Engine: (Twine) SugarCube v.2.36.1
</small>
</div>
<</if>><<set $name = "You">>
<div class="centerui">
<div><label>Pick a username:</label></div>
<div><<textbox "$name" $name "part1" autofocus>></div>
<div><<button "Continue" "part1">><</button>></div>
</div>
<<if false>>
[[part4]], [[part6]], [[part8]],
[[part11]], [[part13]], [[part15]],
[[part16]], [[part18]], [[part20]],
[[part22]], [[part24]], [[part25]],
[[part27]], [[part29]], [[part31]],
[[part32]], [[part34]], [[part36]],
[[part37]], [[part39]], [[part41]],
[[part44]], [[part45]], [[part47]],
[[part58]]
<</if>><div id="interface">
<div id="header" data-passage="Header"></div>
<div id="leftborder"> </div>
<div id="passages"></div>
<div id="rightborder"> </div>
<div id="footer" data-passage="Footer"></div>
</div><div id="settings" class="uibuttonicon" title="settings" aria-label="settings">
<<button '<i class="las la-cog"></i>'>>
<<run UI.settings()>>
<</button>>
</div>
<div id="battery" class="uibuttonicon" title="restart" aria-label="restart">
<<button '<i class="las la-battery-half"></i>'>>
<<run UI.restart()>>
<</button>>
</div>