-
Notifications
You must be signed in to change notification settings - Fork 0
/
AltAsc_strings.xml
3550 lines (3547 loc) · 131 KB
/
AltAsc_strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8" ?>
<moddata>
<commands>
<command id="OdekakeAriake">
<label>
<bodyEN>Ariake</bodyEN>
</label>
<description>
<bodyEN>Let's go to the most popular nerd convention in the world!!!</bodyEN>
</description>
</command>
<command id="OkusuriDaypassStalk">
<label>
<bodyEN>Prescription (recommended dose?)</bodyEN>
</label>
<description>
<bodyEN>Take some drugs (for their recommended use, with the recommended dosage).</bodyEN>
</description>
</command>
<command id="OdekakePanic1">
<label>
<bodyEN>Go Out</bodyEN>
</label>
<description>
<bodyEN>Is there someone behind me?</bodyEN>
</description>
</command>
<command id="OdekakePanic2">
<label>
<bodyEN>Go Out...?</bodyEN>
</label>
<description>
<bodyEN>Get away from me!</bodyEN>
</description>
</command>
<command id="OdekakePanic3">
<label>
<bodyEN>Go Away!</bodyEN>
</label>
<description>
<bodyEN>GET THE FUCK AWAY FROM ME!</bodyEN>
</description>
</command>
<command id="OdekakePanic4">
<label>
<bodyEN>GOGOGOGOGOGOGOGOGOGOGOGOGOGO</bodyEN>
</label>
<description>
<bodyEN>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</bodyEN>
</description>
</command>
<command id="OdekakeBreak">
<label>
<bodyEN>Please...</bodyEN>
</label>
<description>
<bodyEN>dont make me do this, p-chan...</bodyEN>
</description>
</command>
<command id="OdekakeFuneral">
<label>
<bodyEN>END</bodyEN>
</label>
<description>
<bodyEN>I'm ██████, but you can
call me ███!</bodyEN>
</description>
</command>
<command id="Internet2chStalk">
<label>
<bodyEN>Dig deeper</bodyEN>
</label>
<description>
<bodyEN>Browse the message boards to reveal the truth once and for all</bodyEN>
</description>
</command>
<command id="SleepToEternity">
<label>
<bodyEN>Sleep Until ???</bodyEN>
</label>
<description>
<bodyEN>Skip tonight, and tomorrow, and the next day, and the next, and...</bodyEN>
</description>
</command>
</commands>
<endings>
<ending id="Ending_Sleepy">
<name>The Angel Dream</name>
<osimai>Spending all your time in dreamland
isn't always the best idea.</osimai>
<jisseki>When the sun came up, I couldn't tell where Heaven stopped and Earth began.</jisseki>
</ending>
<ending id="Ending_Followers">
<name>FOLLOWERS</name>
<osimai>Even a needy girl needs her space.</osimai>
<jisseki>What is a follower really? A fan, or something more? Or perhaps something less?</jisseki>
</ending>
<ending id="Ending_Love">
<name>An Angel's Love</name>
<osimai>A floating feeling, grounded in reality.</osimai>
<jisseki>Before you can love another, you first must learn to love yourself.</jisseki>
</ending>
</endings>
<tweets>
<tweet id="ARIAKE_TWEET001" user="kangel" cmdid="OdekakeAriake">
<bodyEN>I did something super special today 🎉 I can't say much yet, but I promise you guys are gonna hear all about it soon! 🤫</bodyEN>
</tweet>
<tweet id="ARIAKE_TWEET002" user="ame" cmdid="OdekakeAriake">
<bodyEN>omg that was so scary, did i really think nobody would notice kangel at THE nerd convention? bet they don't know it was the real kangel tho 😆</bodyEN>
</tweet>
<tweet id="DARKNIGHT_TWEET001" user="kangel">
<bodyEN>Sorry guys, your internet angels' feeling a little rough so I'm gonna take a break for tonight! I should be back to 100% by tomorrow though, so don't miss the next stream! 🙂</bodyEN>
</tweet>
<tweet id="DARKNIGHT_TWEET002" user="kangel">
<bodyEN>Suddenly felt like going on a nighttime walk, so I did. It was really really cold, and a lot quieter than I remember nighttime being??? Something doesn't feel right... 😨</bodyEN>
</tweet>
<tweet id="DARKNIGHT_TWEET003" user="ame">
<bodyEN>i'm not on stream, why do i still feel like i'm being watched? maybe skipping the stream was a mistake</bodyEN>
</tweet>
<tweet id="DARKNIGHT_TWEET004" user="ame">
<bodyEN>probs doesnt help that i accidentally wore kangel outside haha</bodyEN>
</tweet>
<tweet id="STALKDISCOVER_TWEET001" user="kangel">
<bodyEN>I think it's disgusting when people violate others' boundaries just because they think they can. If you wouldn't like something done to you, don't do it to others, okay?</bodyEN>
</tweet>
<tweet id="STALKDISCOVER_TWEET002" user="ame">
<bodyEN>this can't be happening LEAVE ME ALONE YOU FREAKS</bodyEN>
</tweet>
<tweet id="ODEKAKEPANIC1_TWEET001" user="ame">
<bodyEN>i must be imagining things...</bodyEN>
</tweet>
<tweet id="ODEKAKEPANIC2_TWEET001" user="ame">
<bodyEN>i think im losing it, there's no way that people would follow me like this</bodyEN>
</tweet>
<tweet id="ODEKAKEPANIC3_TWEET001" user="ame">
<bodyEN>every single time i go outside i fear for my life</bodyEN>
</tweet>
<tweet id="ODEKAKEPANIC4_TWEET001" user="ame">
<bodyEN>the outside world is a lie, ur being observed offline just as much as online</bodyEN>
</tweet>
<tweet id="STALKODEKAKE1_TWEET001" user="kangel">
<bodyEN>Took the time to catch some fresh air today! Seems pretty lively out there, what are you guys up to today? ☀️</bodyEN>
</tweet>
<tweet id="STALKODEKAKE1_TWEET002" user="ame">
<bodyEN>thank god for p-chan, it's soooo obvious they're following me even when i'm not walking outside in kangel's clothes by accident lmfao</bodyEN>
</tweet>
<tweet id="STALKODEKAKE1_TWEET003" user="ame">
<bodyEN>that being said, im really really scared right now, im not sure the outside world is safe anymore</bodyEN>
</tweet>
<tweet id="STALKODEKAKE2_TWEET001" user="kangel">
<bodyEN>Ahhhh, there's nothing like the great outdoors, right guys? Not that you guys see a lot of that! Remember to go touch some grass once in a while!</bodyEN>
</tweet>
<tweet id="STALKODEKAKE2_TWEET002" user="ame">
<bodyEN>WHY THE HELL ARE PEOPLE FOLLOWING ME LIKE THIS!? GET THE FUCK AWAY FROM ME ALREADY!!!!</bodyEN>
</tweet>
<tweet id="STALKODEKAKE2_TWEET003" user="kangel">
<bodyEN>i can't take this anymore. why would i ever go outside again when i have the internet and u, p-chan?</bodyEN>
</tweet>
<tweet id="PREANGELWATCH_TWEET001" user="kangel" cmdid="None">
<bodyEN>Get your butts over here, guys! I'm doing a surprise early stream, gonna be streaming until I drop! ✨ Aha, hopefully it doesn't come to that though</bodyEN>
</tweet>
<tweet id="PREANGELWATCH_TWEET002" user="ame">
<bodyEN>someone come and end my suffering already, i cant take this anymore</bodyEN>
</tweet>
<tweet id="POSTANGELWATCH_TWEET001" user="kangel">
<bodyEN>Hey guys! Sorry about what happened earlier, I've been struggling with really bad nightmares lately and I think I might've had one on-stream?</bodyEN>
</tweet>
<tweet id="POSTANGELWATCH_TWEET002" user="kangel">
<bodyEN>I'll explain what happened a bit more later, so be patient with me for now!</bodyEN>
</tweet>
<tweet id="POSTANGELWATCH_TWEET003" user="kangel">
<bodyEN>On the bright side, you got to watch the internet angel sleep live! You should all count yourselves lucky~</bodyEN>
</tweet>
<tweet id="POSTANGELWATCH_TWEET004" user="ame">
<bodyEN>why the hell did i stream for that long anyway? not like i got that much more out of it</bodyEN>
</tweet>
<tweet id="POSTANGELWATCH_TWEET005" user="ame">
<bodyEN>...WAIT ARE THEY GONE?????</bodyEN>
</tweet>
<tweet id="BADPASSWORD_TWEET001" user="kangel">
<bodyEN>I almost locked myself out of my account today because I mistyped it SO many times. How do you guys get it right every time???</bodyEN>
</tweet>
<tweet id="BADPASSWORD_TWEET002" user="ame">
<bodyEN>its just one bad thing after another at this point</bodyEN>
</tweet>
<tweet id="DEADKANGEL_TWEET001" user="kangel">
<bodyEN>KAngel is dead. You killed her. There's only Ame now.</bodyEN>
</tweet>
<tweet id="DEADKANGEL_TWEET002" user="ame">
<bodyEN>ur all gonna get what u asked for</bodyEN>
</tweet>
<tweet id="DEADKANGEL_TWEET003" user="kangel">
<bodyEN>I'm doing my last ever stream tomorrow. Be there.</bodyEN>
</tweet>
<tweet id="ANGELFUNERAL_TWEET001" user="ame">
<bodyEN>im not gonna bother acting all cutesy for you anymore, it was vile acting for you freaks</bodyEN>
</tweet>
<tweet id="ANGELFUNERAL_TWEET002" user="ame">
<bodyEN>im starting stream now btw, come see your "angel", come see what you did to her</bodyEN>
</tweet>
<tweet id="ENDING_LOVE_DAY1_TWEET001" user="ame">
<bodyEN>omg i proposed to p-chan and they said yes!!!!!! im so happy! here's to our married life ♥️</bodyEN>
</tweet>
<tweet id="ENDING_LOVE_DAY1_TWEET002" user="kangel">
<bodyEN>Something's got me really really pumped up today! You guys aren't gonna be ready for me tonight!</bodyEN>
</tweet>
<tweet id="ENDING_LOVE_DAY1_TWEET003" user="ame">
<bodyEN>me and p-chan had an "i love you" contest bc i said there was no way they love me as much as i love them.
still not sure who won that, but god that was the best sex ever</bodyEN>
</tweet>
<tweet id="ENDING_LOVE_DAY1_TWEET004" user="kangel">
<bodyEN>Remember: no matter what, I'll always love you.</bodyEN>
</tweet>
</tweets>
<kusos>
<kuso id="ARIAKE_TWEET001_KUSO001">
<bodyEN>omg what is it kangel?????</bodyEN>
</kuso>
<kuso id="ARIAKE_TWEET001_KUSO002">
<bodyEN>Please take a break, I'm running out of money for SuperChats...</bodyEN>
</kuso>
<kuso id="ARIAKE_TWEET001_KUSO003">
<bodyEN>CANT WAIT</bodyEN>
</kuso>
<kuso id="ARIAKE_TWEET001_KUSO004">
<bodyEN>ooh oooh ooh i bet she went out somewhere cool!</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET001_KUSO001">
<bodyEN>more than u thats for sure</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET001_KUSO002">
<bodyEN>Yeah whatever, not like you'd know.</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET001_KUSO003">
<bodyEN>I like grass! Show me yours?</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO001">
<bodyEN>no way</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO002">
<bodyEN>I KNEW IT YOU LYING WHORE</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO003">
<bodyEN>my hearttttt, why would you do this to us???</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO004">
<bodyEN>What did you expect guys? Of course she's already taken.</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO005">
<bodyEN>You should introduce us to them sometime!</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO006">
<bodyEN>p-chan? that's a cute nickname!!! can i call you k-chan?</bodyEN>
</kuso>
<kuso id="STALKODEKAKE2_TWEET003_KUSO007">
<bodyEN>Yeah you have us</bodyEN>
</kuso>
<kuso id="PREANGELWATCH_TWEET001_KUSO001">
<bodyEN>early stream???? lets go!!!!!!!!</bodyEN>
</kuso>
<kuso id="PREANGELWATCH_TWEET001_KUSO002">
<bodyEN>We're watching, KAngel! Do your best.</bodyEN>
</kuso>
<kuso id="PREANGELWATCH_TWEET001_KUSO003">
<bodyEN>Just make sure to take care of yourself! We can't lose our angel now!!!</bodyEN>
</kuso>
<kuso id="PREANGELWATCH_TWEET001_KUSO004">
<bodyEN>thank god, i was gonna kms but ur notification came at just the right time. ur a real angel</bodyEN>
</kuso>
<kuso id="PREANGELWATCH_TWEET001_KUSO005">
<bodyEN>Drop for us~</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET001_KUSO001">
<bodyEN>Are you okay? A lot happened...</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET001_KUSO002">
<bodyEN>Uggghh school's gonna suck today, didn't get any sleep because of you</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET001_KUSO003">
<bodyEN>you should still go to the hospital</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET001_KUSO004">
<bodyEN>go back to sleep, but don't wake up this time</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET002_KUSO001">
<bodyEN>Everyone already knows what happened, you're the talk of the internet right now.</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET002_KUSO002">
<bodyEN>How about you be a patient instead?</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET002_KUSO003">
<bodyEN>interneto interneto interneto OVERDOSE</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET003_KUSO001">
<bodyEN>sleepy angel kawaiiii</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET003_KUSO002">
<bodyEN>god that was some good material, do that again sometime</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET003_KUSO003">
<bodyEN>🙏BLESS🙏</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET003_KUSO004">
<bodyEN>damn, she forgot to turn off the stream...</bodyEN>
</kuso>
<kuso id="POSTANGELWATCH_TWEET003_KUSO005">
<bodyEN>had my best night's sleep in years thanks to ur stream, i love u kangel</bodyEN>
</kuso>
<kuso id="BADPASSWORD_TWEET001_KUSO001">
<bodyEN>Ikr???? Passwords are pain</bodyEN>
</kuso>
<kuso id="BADPASSWORD_TWEET001_KUSO002">
<bodyEN>It's not that hard to remember :P</bodyEN>
</kuso>
<kuso id="BADPASSWORD_TWEET001_KUSO003">
<bodyEN>omg we almost lost u??? sad</bodyEN>
</kuso>
<kuso id="BADPASSWORD_TWEET001_KUSO004">
<bodyEN>OUR ANGEL RETURNS!!!!!!!</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO001">
<bodyEN>istg if you quit im gonna kms</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO002">
<bodyEN>NOOOOOO MY ANGELLL</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO003">
<bodyEN>welp, there it is. sooner than expected too</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO004">
<bodyEN>Best of luck with your future endeavors, KAngel!</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO005">
<bodyEN>fucking whore quits at the first bit of drama in her career, the state of metube these days</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO006">
<bodyEN>omg i checked ur priv and... ur such a bitch????</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET001_KUSO007">
<bodyEN>I spent SuperChats on you...</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET002_KUSO001">
<bodyEN>thats a threat, calling the police!</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET002_KUSO002">
<bodyEN>Oh wow, I looked through your posts and... honestly, I think I love you more than KAngel</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET002_KUSO003">
<bodyEN>Omg you're such a horrible person, can't believe the things you've been saying behind our backs.</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET002_KUSO004">
<bodyEN>wow, being cute really is your only redeeming quality</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET002_KUSO005">
<bodyEN>kill yourself</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET003_KUSO001">
<bodyEN>Don't worry guys, she'll be back the next day! She's just milking the drama, like every other MeTuber who's running out of content.</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET003_KUSO002">
<bodyEN>dont u dare quit on us kangle</bodyEN>
</kuso>
<kuso id="DEADKANGEL_TWEET003_KUSO003">
<bodyEN>but i loved you kangel...</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET002_KUSO001">
<bodyEN>ayo what u mean by that kangel 😳</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET002_KUSO002">
<bodyEN>Good for you! Can't wait for tonight's stream.</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET002_KUSO003">
<bodyEN>why is my life such a mess...</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET002_KUSO004">
<bodyEN>I love you! Please go out with me?</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET002_KUSO005">
<bodyEN>We were born ready, KAngel! Let's do this!</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET004_KUSO001">
<bodyEN>omg really needed to hear that, thanks kangel</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET004_KUSO002">
<bodyEN>I LOVE YOUUUU</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET004_KUSO003">
<bodyEN>don't listen to her guys, she probably just got off with her boyfriend or whatever</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET004_KUSO004">
<bodyEN>kangel gang rise up!</bodyEN>
</kuso>
<kuso id="ENDING_LOVE_DAY1_TWEET004_KUSO005">
<bodyEN>KAngel, you're the best!!!</bodyEN>
</kuso>
</kusos>
<jines>
<jine id="EVENT_COMIKETALERT001" speaker="ame">
<bodyEN>p-chan!!! comiket is over now</bodyEN>
</jine>
<jine id="EVENT_COMIKETALERT002" speaker="ame">
<bodyEN>don't forget, we gotta tell the nerds all about it tonight!</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE001" speaker="ame">
<bodyEN>hey p-chan...</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE002" speaker="ame">
<bodyEN>i had a dream</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE003" speaker="ame">
<bodyEN>i was a butterfly</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE004" speaker="ame">
<bodyEN>the most brilliant blue butterfly you've ever seen</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE005" speaker="ame">
<bodyEN>even though on the inside... im far from it</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE006" speaker="ame">
<bodyEN>a morpho butterfly riding the wind, taking me wherever the earth wants me</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE007" speaker="ame">
<bodyEN>and then i woke up</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE008" speaker="ame">
<bodyEN>but... how do i know?</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE009" speaker="ame">
<bodyEN>how do i know im not dreaming now?</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE010" speaker="ame">
<bodyEN>i could be a butterfly dreaming about ame</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE011" speaker="ame">
<bodyEN>or an angel dreaming about being ame</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE012" speaker="ame">
<bodyEN>or ame dreaming about an angel</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE013" speaker="ame">
<bodyEN>p-chan</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE014" speaker="ame">
<bodyEN>this might be a bit sudden but</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE015" speaker="ame">
<bodyEN>will you stay with me?</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE016" speaker="pi">
<bodyEN>I will.</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE017" speaker="ame">
<bodyEN>thank you</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE018" speaker="ame">
<bodyEN>you're the only one who can understand me like this</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE019" speaker="ame">
<bodyEN>i'll see you on the other side, okay?</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE020" speaker="ame">
<bodyEN>goodnight p-chan</bodyEN>
</jine>
<jine id="ENDING_SLEEPY_JINE021" speaker="ame">
<bodyEN>mwah ❤</bodyEN>
</jine>
<jine id="ARIAKE_JINE001" speaker="ame">
<bodyEN>ngl that was really fun</bodyEN>
</jine>
<jine id="ARIAKE_JINE002" speaker="ame">
<bodyEN>seeing all the nerds in their natural habitat was really eye-opening</bodyEN>
</jine>
<jine id="ARIAKE_JINE003" speaker="ame">
<bodyEN>no way im not talking about this as soon as comiket ends</bodyEN>
</jine>
<jine id="ARIAKE_JINE004" speaker="ame">
<bodyEN>but ill let the nerds have their fun first</bodyEN>
</jine>
<jine id="ODEKAKEPANIC1_POST001" speaker="ame">
<bodyEN>going outside is so scary now</bodyEN>
</jine>
<jine id="ODEKAKEPANIC1_POST002" speaker="ame">
<bodyEN>i swear they're following me</bodyEN>
</jine>
<jine id="ODEKAKEPANIC1_POST003" speaker="ame">
<bodyEN>every step of the way</bodyEN>
</jine>
<jine id="ODEKAKEPANIC2_POST001" speaker="ame">
<bodyEN>i don't wanna go outside again</bodyEN>
</jine>
<jine id="ODEKAKEPANIC2_POST002" speaker="ame">
<bodyEN>i don't feel safe out there</bodyEN>
</jine>
<jine id="ODEKAKEPANIC2_POST003" speaker="ame">
<bodyEN>even the message boards are better</bodyEN>
</jine>
<jine id="ODEKAKEPANIC2_POST004" speaker="ame">
<bodyEN>please just let me stay inside, p-chan</bodyEN>
</jine>
<jine id="ODEKAKEPANIC3_POST001" speaker="ame">
<bodyEN>p-chan... i can't do this</bodyEN>
</jine>
<jine id="ODEKAKEPANIC3_POST002" speaker="ame">
<bodyEN>i feel them watching</bodyEN>
</jine>
<jine id="ODEKAKEPANIC3_POST003" speaker="ame">
<bodyEN>always watching</bodyEN>
</jine>
<jine id="ODEKAKEPANIC3_POST004" speaker="ame">
<bodyEN>just out of sight</bodyEN>
</jine>
<jine id="ODEKAKEPANIC3_POST005" speaker="ame">
<bodyEN>waiting</bodyEN>
</jine>
<jine id="ODEKAKEPANIC4_POST001" speaker="ame">
<bodyEN>i have so many followers</bodyEN>
</jine>
<jine id="ODEKAKEPANIC4_POST002" speaker="ame">
<bodyEN>thousands of people</bodyEN>
</jine>
<jine id="ODEKAKEPANIC4_POST003" speaker="ame">
<bodyEN>following my every move</bodyEN>
</jine>
<jine id="ODEKAKEPANIC4_POST004" speaker="ame">
<bodyEN>walking the same path as me</bodyEN>
</jine>
<jine id="ODEKAKEPANIC4_POST005" speaker="ame">
<bodyEN>kill me</bodyEN>
</jine>
<jine id="ODEKAKEPANIC5_POST001" speaker="ame">
<bodyEN>eyes</bodyEN>
</jine>
<jine id="ODEKAKEPANIC5_POST002" speaker="ame">
<bodyEN>so many eyes</bodyEN>
</jine>
<jine id="ODEKAKEPANIC5_POST003" speaker="ame">
<bodyEN>im being watched</bodyEN>
</jine>
<jine id="ODEKAKEPANIC5_POST004" speaker="ame">
<bodyEN>every face full of hate</bodyEN>
</jine>
<jine id="ODEKAKEPANIC5_POST005" speaker="ame">
<bodyEN>they try and hide it behind pretty smiles</bodyEN>
</jine>
<jine id="ODEKAKEPANIC5_POST006" speaker="ame">
<bodyEN>i see them for what they are</bodyEN>
</jine>
<jine id="ODEKAKEPANIC6_POST001" speaker="ame">
<bodyEN>p-chan... i can't do this</bodyEN>
</jine>
<jine id="ODEKAKEPANIC6_POST002" speaker="ame">
<bodyEN>i'm not going out again</bodyEN>
</jine>
<jine id="ODEKAKEPANIC6_POST003" speaker="ame">
<bodyEN>i'll do anything but that</bodyEN>
</jine>
<jine id="ODEKAKEPANIC6_POST004" speaker="ame">
<bodyEN>i feel the weight of the world on me</bodyEN>
</jine>
<jine id="ODEKAKEPANIC6_POST005" speaker="ame">
<bodyEN>let me take some pills to calm down, at least</bodyEN>
</jine>
<jine id="ODEKAKEPANIC7_POST001" speaker="ame">
<bodyEN>pleasepleasepleaseplease</bodyEN>
</jine>
<jine id="ODEKAKEPANIC7_POST002" speaker="ame">
<bodyEN>p-chan</bodyEN>
</jine>
<jine id="ODEKAKEPANIC7_POST003" speaker="ame">
<bodyEN>i'll do ANYTHING</bodyEN>
</jine>
<jine id="ODEKAKEPANIC7_POST004" speaker="ame">
<bodyEN>just don't force me to go out there ever again</bodyEN>
</jine>
<jine id="ODEKAKEPANIC7_POST005" speaker="ame">
<bodyEN>i can't take it anymore</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST001" speaker="ame">
<bodyEN>AAAAAAAAAAAAAAAAAAA</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST002" speaker="ame">
<bodyEN>P-CHAN</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST003" speaker="ame">
<bodyEN>THE FOOTSTEPS ARE DEAFENING</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST004" speaker="ame">
<bodyEN>VOICES SHRIEKING</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST005" speaker="ame">
<bodyEN>GAZES PIERCING</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST006" speaker="ame">
<bodyEN>I FEEL THEM</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST007" speaker="ame">
<bodyEN>EVERYONE</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST008" speaker="ame">
<bodyEN>WATCHING, OBSERVING, JUDGING</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST009" speaker="ame">
<bodyEN>I WANT TO END IT</bodyEN>
</jine>
<jine id="ODEKAKEPANIC8_POST010" speaker="ame">
<bodyEN>ILL DO ANYTHING TO END IT</bodyEN>
</jine>
<jine id="EVENT_SONG_DENY001" speaker="ame">
<bodyEN>hey look at this dm</bodyEN>
</jine>>
<jine id="EVENT_SONG_DENY002" speaker="ame">
<bodyEN>a composer said they wanted to write a song for me!</bodyEN>
</jine>>
<jine id="EVENT_SONG_DENY003" speaker="ame">
<bodyEN>ive come so far... but...</bodyEN>
</jine>
<jine id="EVENT_SONG_DENY004" speaker="ame">
<bodyEN>theres no way i can go to the studio</bodyEN>
</jine>
<jine id="EVENT_SONG_DENY005" speaker="ame">
<bodyEN>they're all watching me....</bodyEN>
</jine>
<jine id="EVENT_SONG_DENY006" speaker="ame">
<bodyEN>it's tough being so... popular</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE001" speaker="ame">
<bodyEN>i cant believe theyd go to this level haha</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE002" speaker="ame">
<bodyEN>stalking?! what the fuck is wrong with people???</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE003" speaker="ame">
<bodyEN>but... im scared</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE004" speaker="ame">
<bodyEN>its only a matter of time before something happens</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE005" speaker="ame">
<bodyEN>can u stay with me when i go out, p-chan?</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE006" speaker="ame">
<bodyEN>i dont think i can go out alone anymore</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE007" speaker="pi">
<bodyEN>Of course.</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE008" speaker="ame">
<bodyEN>thank u</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE009" speaker="ame">
<bodyEN>i know ill be safe by ur side</bodyEN>
</jine>
<jine id="FOLLOW_ST_JINE010" speaker="ame">
<bodyEN>im counting on u, p-chan!!!</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE001" speaker="ame">
<bodyEN>IM SO STUPID</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE002" speaker="ame">
<bodyEN>WHY DID I POST THAT TO KANGEL?!</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE003" speaker="ame">
<bodyEN>...</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE004" speaker="ame">
<bodyEN>its too late now</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE005" speaker="ame">
<bodyEN>theyre never gonna forget this</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE006" speaker="ame">
<bodyEN>im scared</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE007" speaker="ame">
<bodyEN>and if theyd go this far for me</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE008" speaker="ame">
<bodyEN>now that they know about u too, how much farther can they go?</bodyEN>
</jine>
<jine id="FOLLOW_MISTWEET_JINE009" speaker="ame">
<bodyEN>i dont want to find out</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE001" speaker="ame">
<bodyEN>alright</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE002" speaker="ame">
<bodyEN>nobody should bother us now</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE003" speaker="ame">
<bodyEN>as long as we dont go outside we'll be fine, right?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE004" speaker="ame">
<bodyEN>its not like theyd break in, haha</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE005" speaker="ame">
<bodyEN>well, maybe</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE006" speaker="ame">
<bodyEN>but i dont think theyd go that far</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE007" speaker="ame">
<bodyEN>i hope they dont go that far</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE008" speaker="ame">
<bodyEN>i think i know what to do</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE009" speaker="ame">
<bodyEN>if they were caught on camera their life would be ruined</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE010" speaker="ame">
<bodyEN>in that case...</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE011" speaker="ame">
<bodyEN>theres nothing to do but stream my heart out until they go away</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE012" speaker="ame">
<bodyEN>ughhh this is gonna be a long stream</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE013" speaker="pi">
<bodyEN>Do you need anything before the stream, Ame?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE014" speaker="ame">
<bodyEN>no, i should be fine</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE015" speaker="ame">
<bodyEN>wait, p-chan?!</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE016" speaker="ame">
<bodyEN>...</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE017" speaker="ame">
<bodyEN>maybe im imagining things</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY1_JINE018" speaker="ame">
<bodyEN>im gonna go get ready</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE001" speaker="ame">
<bodyEN>uuuuughhh this is exhaustinggg</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE002" speaker="ame">
<bodyEN>ive been streaming for ages</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE003" speaker="ame">
<bodyEN>and this dumb outfit is soaked</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE004" speaker="ame">
<bodyEN>the stress is killing me</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE005" speaker="ame">
<bodyEN>i wish i could end stream, but what'd happen if i did?
id probably get attacked</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE006" speaker="ame">
<bodyEN>the stream is the only thing keeping them from just waltzing in</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE007" speaker="ame">
<bodyEN>they found our house, right?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE008" speaker="pi">
<bodyEN>Yeah, I think so.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE009" speaker="ame">
<bodyEN>of course they did p-chan</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE010" speaker="ame">
<bodyEN>what was i even thinking, telling everyone i was at comiket back then?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE011" speaker="ame">
<bodyEN>there was no fucking way they weren't gonna try and find where i went</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE012" speaker="ame">
<bodyEN>and that dumb night walk practically screamed "KANGEL LIVES HERE"</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE013" speaker="ame">
<bodyEN>im such an IDIOT</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE014" speaker="pi">
<bodyEN>Everyone makes mistakes.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE015" speaker="ame">
<bodyEN>NOT LIKE THIS</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE016" speaker="pi">
<bodyEN>I guess you're right.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE017" speaker="ame">
<bodyEN>its been too long now</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE018" speaker="ame">
<bodyEN>i better get back on stream</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE019" speaker="ame">
<bodyEN>...i love u, p-chan</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE020" speaker="pi">
<bodyEN>I love you too, Ame~</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE021" speaker="pi">
<bodyEN>We'll be together forever!</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE022" speaker="pi">
<bodyEN>AME</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE023" speaker="pi">
<bodyEN>Ame... please.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE024" speaker="pi">
<bodyEN>Open the door.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE025" speaker="ame">
<bodyEN>p-chan help</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE026" speaker="ame">
<bodyEN>i had a relly bd nightmare</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE027" speaker="ame">
<bodyEN>i was streamng and fell asleep</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE028" speaker="ame">
<bodyEN>and when i wok eup door ringing</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE029" speaker="ame">
<bodyEN>p-chan they're gong to come in...</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE030" speaker="ame">
<bodyEN>i cant do this without u</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE031" speaker="pi">
<bodyEN>I’m here for you.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE032" speaker="ame">
<bodyEN>thanks p-chan</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE033" speaker="ame">
<bodyEN>i dont know what id do without u</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE034" speaker="ame">
<bodyEN>probs die or smth</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE035" speaker="pi">
<bodyEN>Ohhh, you will when you realize!</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE036" speaker="ame">
<bodyEN>realize wut</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE037" speaker="ame">
<bodyEN>p-chan...?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE038" speaker="ame">
<bodyEN>no</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE039" speaker="ame">
<bodyEN>im dreaming</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE040" speaker="ame">
<bodyEN>pls tell me im still asleep</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_ANGELWATCH_JINE041" speaker="pi">
<bodyEN>I'm sorry.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE001" speaker="ame">
<bodyEN>HOW LONG HAVE I BEEN STREAMING FOR???????</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE002" speaker="pi">
<bodyEN>A while.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE003" speaker="ame">
<bodyEN>P-CHAN</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE004" speaker="ame">
<bodyEN>U COULDNT HAVE WOKEN ME UP?????</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE005" speaker="ame">
<bodyEN>...</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE006" speaker="ame">
<bodyEN>ahaha</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE007" speaker="ame">
<bodyEN>now everyone knows kangel as a drug addict</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE008" speaker="ame">
<bodyEN>and a fake</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE009" speaker="ame">
<bodyEN>and... soz</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE010" speaker="ame">
<bodyEN>they know about u too...</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE011" speaker="pi">
<bodyEN>There's no use crying over spilt milk.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE012" speaker="ame">
<bodyEN>p-chan...</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE013" speaker="ame">
<bodyEN>i cant believe thats all u have to say</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE014" speaker="ame">
<bodyEN>id die if someone outed me like i did to u</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE015" speaker="ame">
<bodyEN>i guess that means im dead too</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE016" speaker="ame">
<bodyEN>we're in heaven</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE017" speaker="pi">
<bodyEN>Or hell.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE018" speaker="ame">
<bodyEN>or hell, yeah</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE019" speaker="ame">
<bodyEN>i gotta come up with a cover story</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE020" speaker="ame">
<bodyEN>how do i explain this...?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE021" speaker="ame">
<bodyEN>i think i know</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE022" speaker="ame">
<bodyEN>p-chan can u go out and check for me</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE023" speaker="ame">
<bodyEN>are those freaks gone?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE024" speaker="pi">
<bodyEN>I think so.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE025" speaker="ame">
<bodyEN>u think so? whats that supposed to mean</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE026" speaker="ame">
<bodyEN>ur so silly, p-chan</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE027" speaker="ame">
<bodyEN>thanks for being here for me</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE028" speaker="ame">
<bodyEN>i could never do this without u</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE029" speaker="pi">
<bodyEN>I think you could.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE030" speaker="ame">
<bodyEN>no way</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE031" speaker="ame">
<bodyEN>like i said earlier</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE032" speaker="ame">
<bodyEN>id die</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE033" speaker="ame">
<bodyEN>but thanks for believing in me anyway</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE034" speaker="ame">
<bodyEN>that being said</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE035" speaker="ame">
<bodyEN>can i have today off?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE036" speaker="pi">
<bodyEN>Yeah. You need it.</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE037" speaker="ame">
<bodyEN>i love u p-chan</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE038" speaker="ame">
<bodyEN>ur so considerate of me</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY2_JINE039" speaker="ame">
<bodyEN>what would i ever do without u?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE001" speaker="ame">
<bodyEN>ugghhhh I overslept a bit</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE002" speaker="ame">
<bodyEN>couldnt i just wake up just a little earlier?</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE003" speaker="ame">
<bodyEN>oh</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE004" speaker="ame">
<bodyEN>metube logged me out lmao</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE005" speaker="ame">
<bodyEN>u think it wouldnt be that hard to stay logged in</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE006" speaker="ame">
<bodyEN>can u log me in again? the password is still "{}"</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE007" speaker="ame">
<bodyEN>p-chan please</bodyEN>
</jine>
<jine id="ENDING_FOLLOWER_DAY3_LOGIN_JINE008" speaker="ame">