anxiety/scenes/act1.md

1318 lines
23 KiB
Markdown
Raw Normal View History

2019-02-22 23:48:24 +00:00
# act1
`SceneSetup.act1();`
2019-04-19 15:57:10 +00:00
(...300)
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
n: AND THIS IS YOU, THAT HUMAN'S ANXIETY
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`hong({mouth:"0_neutral", eyes:"0_annoyed"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
h: Oh good, I was hoping to *not* eat in peace today.
`hong({eyes:"0_neutral"})`
2019-02-22 23:48:24 +00:00
n: YOUR JOB IS TO PROTECT YOUR HUMAN FROM *DANGER*
n: IN FACT, THAT SANDWICH IS PUTTING THEM IN *DANGER* RIGHT NOW
n: QUICK, WARN THEM!
[You're eating alone for lunch! Again!](#act1a_alone)
[You're not studying while eating!](#act1a_study)
[That white bread's bad for you!](#act1a_bread)
# act1a_alone
2019-04-19 15:57:10 +00:00
`bb({mouth:"small", eyes:"narrow"})`
2019-02-22 23:48:24 +00:00
b: Don't you know loneliness is associated with premature death as much as smoking 15 cigarettes a day?-
`Game.OVERRIDE_TEXT_SPEED = 2;`
2019-04-19 15:57:10 +00:00
`bb({mouth:"normal", eyes:"normal_right"})`
2019-02-22 23:48:24 +00:00
b: (Holt-Lunstad et al, 2010, PLoS Medicine)
2019-04-19 15:57:10 +00:00
`hong({eyes:"0_annoyed"})`
h: Um, thanks for citing your sources but--
2019-02-22 23:48:24 +00:00
`Game.OVERRIDE_TEXT_SPEED = 2;`
2019-04-19 15:57:10 +00:00
`bb({body:"fear", mouth:"normal", eyes:"fear"})`
2019-03-17 18:41:19 +00:00
2019-02-22 23:48:24 +00:00
b: Which means if you don't hang out with someone *right now* you're gonna-
2019-04-19 15:57:10 +00:00
`bb({body:"panic"})`
2019-03-17 18:41:19 +00:00
2019-02-22 23:48:24 +00:00
b: DIEEEEEEEEEEEEEEEEEEE
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", mouth:"normal", eyes:"normal"});
hong({mouth:"0_shock", eyes:"0_shock"});
attack("20p", "alone");
publish("hp_show");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-03-17 18:41:19 +00:00
2019-02-22 23:48:24 +00:00
`_.fifteencigs = true`
n: YOU USED *FEAR OF BEING UNLOVED*
(#act1b)
# act1a_study
2019-04-19 15:57:10 +00:00
`hong({eyes:"0_annoyed"})`
2019-02-22 23:48:24 +00:00
h: I'd rather not get crumbs on my textbo--
2019-04-19 15:57:10 +00:00
```
bb({mouth:"normal", eyes:"fear"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
2019-02-22 23:48:24 +00:00
b: If you don't study you'll be expelled from college and you'll waste your parents' money and then they'll say
2019-04-19 15:57:10 +00:00
`bb({mouth:"small", eyes:"narrow"})`
2019-03-17 18:41:19 +00:00
b: “you have brought dishonor to our family, now we'll all have to commit seppuku”
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({body:"fear", mouth:"normal", eyes:"fear"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
2019-02-22 23:48:24 +00:00
b: and then you'll-
2019-04-19 15:57:10 +00:00
`bb({body:"panic"})`
2019-02-22 23:48:24 +00:00
b: DIEEEEEEEEEEEEEEEEEEE
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", mouth:"normal", eyes:"normal"});
hong({mouth:"0_shock", eyes:"0_shock"});
attack("20p", "alone");
publish("hp_show");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
`_.seppuku = true`
n: YOU USED *FEAR OF BEING A BAD PERSON*
(#act1b)
# act1a_bread
2019-04-19 15:57:10 +00:00
`hong({eyes:"0_annoyed"})`
2019-02-22 23:48:24 +00:00
h: Have those studies been replicat--
2019-04-19 15:57:10 +00:00
```
bb({body:"fear", mouth:"normal", eyes:"fear"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
2019-02-22 23:48:24 +00:00
b: Processed wheat will spike your blood sugar and ruin your organs so they'll have to amputate all your limbs and then you'll-
2019-04-19 15:57:10 +00:00
`bb({body:"panic"})`
2019-02-22 23:48:24 +00:00
b: DIEEEEEEEEEEEEEEEEEEE
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", mouth:"normal", eyes:"normal"});
hong({mouth:"0_shock", eyes:"0_shock"});
attack("20p", "alone");
publish("hp_show");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
`_.whitebread = true`
2019-03-17 18:41:19 +00:00
n: YOU USED *FEAR OF BEING HARMED*
2019-02-22 23:48:24 +00:00
(#act1b)
# act1b
n: IT'S SUPER EFFECTIVE
2019-04-19 15:57:10 +00:00
`bb({mouth:"smile", eyes:"smile"});`
2019-02-22 23:48:24 +00:00
b: I am best protector!
n: BUT YOU'RE NOT DONE SAVING YOUR HUMAN YET
2019-04-19 15:57:10 +00:00
n: GET YOUR HUMAN'S ENERGY BAR TO ZERO
2019-02-22 23:48:24 +00:00
2019-03-17 18:41:19 +00:00
n: YOUR MOVES ARE: FEAR OF *BEING HARMED,* *BEING UNLOVED,* AND *BEING A BAD PERSON*
2019-02-22 23:48:24 +00:00
2019-02-25 14:33:32 +00:00
n: (PRO TIP: TRY PLAYING THE CHOICES THAT MOST HIT YOUR DEEPEST, DARKEST FEARS!)
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
h: ...
`hong({body:"putaway"})`
h: you know what maybe it's time to check my phone.
`hong({body:"phone1", mouth:"neutral", eyes:"neutral"})`
2019-02-22 23:48:24 +00:00
n: PROTECT YOUR HUMAN
n: FROM THE WORLD. FROM OTHER PEOPLE. FROM THEMSELF.
n: GOOD LUCK
(...500)
`Game.clearText()`
(...500)
2019-04-19 15:57:10 +00:00
(#act1c)
# act1c
2019-02-22 23:48:24 +00:00
n: ROUND ONE: *FIGHT!*
2019-04-19 15:57:10 +00:00
`bb({body:"normal", mouth:"normal", eyes:"normal"});`
2019-02-22 23:48:24 +00:00
h: Huh. Facebook feed says there's a party happening this weekend.
2019-04-19 15:57:10 +00:00
`bb({eyes:"uncertain"});`
2019-03-17 18:41:19 +00:00
b: Doesn't that weirdo throw a party *every* weekend?
2019-04-19 15:57:10 +00:00
`bb({eyes:"uncertain_right"});`
2019-03-17 18:41:19 +00:00
b: Must be some kind of underlying neurosis there.
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`hong({eyes:"surprise"});`
2019-02-22 23:48:24 +00:00
h: Also, I got an invite?
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow", mouth:"normal"});`
2019-02-22 23:48:24 +00:00
b: Well then!
[Say yes, or you'll die from loneliness](#act1c_loner)
[Say no, it's probably full of lethal drugs](#act1c_drugs)
[Ignore it, you just make parties sad](#act1c_sad)
# act1c_loner
{{if _.fifteencigs}}
b: Fifteen cigarettes a day, human. Fifteen.
{{/if}}
2019-04-19 15:57:10 +00:00
{{if !_.fifteencigs}}
`Game.OVERRIDE_TEXT_SPEED = 1.5;`
{{/if}}
2019-02-22 23:48:24 +00:00
{{if !_.fifteencigs}}
b: And then no one will show up at your funeral then they'll just dump your ashes into the ocean and you become whale poop.
{{/if}}
{{if !_.fifteencigs}} `_.whalepoop = true` {{/if}}
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "alone");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
`bb({eyes:"normal"});`
2019-02-22 23:48:24 +00:00
{{if !_.fifteencigs}}
b: So yeah you should go to that party.
{{/if}}
{{if _.seppuku}}
b: Just bring a textbook to study while you're there.
{{/if}}
{{if _.whitebread}}
b: Just as long as they don't serve WHITE BREAD
{{/if}}
2019-04-19 15:57:10 +00:00
`hong({mouth:"anger", eyes:"anger"});`
2019-02-22 23:48:24 +00:00
h: GOD. If it'll make you shut up, fine.
2019-02-25 14:33:32 +00:00
h: I'll say yes.
2019-02-22 23:48:24 +00:00
{{if _.whalepoop}}
b: Whale poop, human. Whale poop.
{{/if}}
`_.partyinvite="yes"`
(#act1d)
# act1c_drugs
2019-04-19 15:57:10 +00:00
`bb({mouth:"small", eyes:"fear"});`
2019-02-22 23:48:24 +00:00
{{if _.whitebread}}
b: or even worse... WHITE BREAD
{{/if}}
2019-04-19 15:57:10 +00:00
{{if _.whitebread}}
`Game.OVERRIDE_TEXT_SPEED = 1.5;`
{{/if}}
2019-02-22 23:48:24 +00:00
{{if _.whitebread}}
b: You'll overdose on so much meth and white bread they won't be able to fit your fat corpse into the cremation furnace.
{{/if}}
{{if !_.whitebread}}
b: You'll overdose on so many drugs the undertaker will wonder how your body was *already* embalmed.
{{/if}}
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "harm");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
{{if _.seppuku}}
b: Besides, can't party, you need to study so your parents don't commit seppuku.
{{/if}}
2019-04-19 15:57:10 +00:00
`hong({mouth:"anger", eyes:"anger"});`
2019-02-22 23:48:24 +00:00
h: GOD. If it'll make you shut up, fine.
h: I'll say no.
`_.partyinvite="no"`
(#act1d)
# act1c_sad
2019-04-19 15:57:10 +00:00
`bb({eyes:"uncertain_right", mouth:"normal"});`
`Game.OVERRIDE_TEXT_SPEED = 1.5;`
2019-02-22 23:48:24 +00:00
{{if _.fifteencigs}}
b: All you ever do is cry in a corner and worry about how loneliness is as deadly as 15 cigarettes a day.
{{/if}}
{{if _.seppuku}}
b: All you ever do at parties is worry about how you should be studying instead.
{{/if}}
{{if _.whitebread}}
b: All you ever do is just panic about the unhealthy food options and think about how every tiny bit is going to kill you.
{{/if}}
2019-04-19 15:57:10 +00:00
```
bb({mouth:"normal", eyes:"normal"});
hong({mouth:"neutral", eyes:"lookaway"});
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
h: gee i wonder why
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
`hong({eyes:"neutral"});`
`Game.OVERRIDE_TEXT_SPEED = 1.5;`
b: So if you go you'll make them feel bad, but if you reject their invite you'll also make them feel bad!
`bb({body:"fear", eyes:"fear"});`
`Game.OVERRIDE_TEXT_SPEED = 2.0;`
b: ALL YOU DO IS MAKE PEOPLE FEEL BAD, SO YOU SHOULD FEEL BAD
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "bad");
```
(...2500)
`hong({mouth:"anger", eyes:"anger"});`
2019-02-22 23:48:24 +00:00
h: Ugh. If it'll make you shut up, fine.
h: I'll ignore the invite.
`_.partyinvite="ignore"`
(#act1d)
# act1d
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", mouth:"normal", eyes:"normal"});
hong({mouth:"neutral", eyes:"annoyed"});
```
2019-02-25 14:33:32 +00:00
h: Anyway. Facebook's too much. I need something calmer, less anxiety-producing.
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`hong({eyes:"neutral"});`
2019-02-22 23:48:24 +00:00
h: What's new on Twitter?
2019-04-19 15:57:10 +00:00
`bb({eyes:"look"});`
2019-02-22 23:48:24 +00:00
[Oh no, look at that horrible news story!](#act1d_news)
[Oh no, is that a subtweet of *you?*](#act1d_subtweet)
[hey, a GIF of a cat drinking milk](#act1d_milk)
# act1d_news
2019-04-19 15:57:10 +00:00
`bb({eyes:"pained1"});`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: God, it feels like the world's burning, isn't it?
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({eyes:"pained2"});
hong({mouth:"sad", eyes:"sad"});
```
b: It feels like it's all ending, like everything's dying and we're doomed and there's nothing anyone can do about it.
```
Game.OVERRIDE_TEXT_SPEED = 0.5;
bb({mouth:"shut"});
```
2019-02-22 23:48:24 +00:00
b: ...
2019-04-19 15:57:10 +00:00
`bb({mouth:"smile", eyes:"smile"});`
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
b: Let's retweet that story!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "harm");
```
(...2500)
2019-02-22 23:48:24 +00:00
`_.badnews=true`
2019-04-19 15:57:10 +00:00
```
hong({mouth:"anger", eyes:"anger"});
bb({body:"normal", mouth:"normal", eyes:"uncertain"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
h: Okay I'll retweet it just please be quiet!
`hong({mouth:"neutral", eyes:"annoyed"});`
h: Screw it, let's look at Snapchat.
2019-02-22 23:48:24 +00:00
(#act1e)
2019-04-19 15:57:10 +00:00
2019-02-22 23:48:24 +00:00
# act1d_subtweet
2019-04-19 15:57:10 +00:00
`hong({eyes:"annoyed"});`
2019-02-22 23:48:24 +00:00
h: ...probably not?
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow", mouth:"small"});`
2019-02-22 23:48:24 +00:00
b: but what if they're all talking behind your back
h: They're n--
2019-04-19 15:57:10 +00:00
`bb({body:"fear", eyes:"fear", mouth:"normal"});`
2019-02-22 23:48:24 +00:00
b: IN FRONT OF YOUR BACK
2019-04-19 15:57:10 +00:00
`hong({eyes:"sad", mouth:"sad"});`
2019-02-22 23:48:24 +00:00
h: I d--
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow", mouth:"small"});`
2019-02-22 23:48:24 +00:00
b: but *what if*
h: S--
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow_eyebrow"});`
2019-02-22 23:48:24 +00:00
b: *what if*
2019-04-19 15:57:10 +00:00
```
Game.OVERRIDE_TEXT_SPEED = 0.5;
hong({mouth:"shut"});
```
2019-02-22 23:48:24 +00:00
h: ...
(...1000)
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "alone");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
`_.subtweet=true`
2019-04-19 15:57:10 +00:00
```
hong({mouth:"anger", eyes:"annoyed"});
bb({body:"normal", mouth:"normal", eyes:"uncertain"});
```
h: o-KAY, gonna try Snapchat.
2019-02-22 23:48:24 +00:00
(#act1e)
# act1d_milk
2019-04-19 15:57:10 +00:00
`hong({mouth:"smile", eyes:"neutral"});`
2019-02-22 23:48:24 +00:00
h: Heh ya that's cute I'll retweet th--
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
bb({body:"scream_anger"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: CATS CAN'T DIGEST MILK AND YOU'RE A TERRIBLE PERSON FOR ENJOYING ANIMAL ABUSE
```
bb({body:"normal", mouth:"normal", eyes:"narrow"});
attack("10p", "bad");
```
(...2500)
2019-02-25 14:33:32 +00:00
2019-02-22 23:48:24 +00:00
`_.catmilk=true`
2019-04-19 15:57:10 +00:00
```
hong({mouth:"anger", eyes:"annoyed"});
bb({body:"normal", mouth:"normal", eyes:"uncertain"});
```
h: o-KAY, gonna try Snapchat.
2019-02-22 23:48:24 +00:00
(#act1e)
# act1e
2019-04-19 15:57:10 +00:00
`hong({mouth:"neutral", eyes:"neutral"});`
2019-02-22 23:48:24 +00:00
h: Huh, photos from yesterday night. So *that's* what those weekly parties are like.
{{if _.partyinvite=="yes"}} (#act1e_said_yes) {{/if}}
{{if _.partyinvite=="no"}} (#act1e_said_no) {{/if}}
{{if _.partyinvite=="ignore"}} (#act1e_said_ignore) {{/if}}
# act1e_said_yes
2019-04-19 15:57:10 +00:00
`hong({mouth:"sad", eyes:"annoyed"});`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
h: Oof, looks way too crowded for my anxiety.
2019-02-22 23:48:24 +00:00
h: Maybe I shouldn't have said yes to the invite?
2019-04-19 15:57:10 +00:00
```
hong({mouth:"neutral", eyes:"neutral"});
bb({mouth:"normal", eyes:"normal"});
```
2019-02-22 23:48:24 +00:00
[Change your answer? You unreliable jerk!](#act1e_yes_dontchange)
[Change your answer! It's too crowded!](#act1e_yes_changetono)
{{if _.subtweet}}
2019-04-19 15:57:10 +00:00
[yeah they were totally subtweeting you](#act1e_ignore_subtweet)
{{/if}}
{{if _.badnews}}
[wait you retweeted that story without fact-checking](#act1e_ignore_factcheck)
2019-02-22 23:48:24 +00:00
{{/if}}
2019-04-19 15:57:10 +00:00
{{if (!_.subtweet && !_.badnews)}}
[You know, you've got really bad posture?](#act1e_ignore_posture)
2019-02-22 23:48:24 +00:00
{{/if}}
# act1e_yes_dontchange
2019-04-19 15:57:10 +00:00
```
bb({eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
b: They were counting on you to come and now you're betraying their trust? Do you wanna die alone?!
{{if _.fifteencigs}}
b: FIFTEEN. CIGARETTES.
{{/if}}
{{if _.whalepoop}}
b: WHALE. POOP.
{{/if}}
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "alone");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
hong({mouth:"anger", eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
h: Shut up shut up I'll keep it as yes!
(#act1f)
# act1e_yes_changetono
2019-04-19 15:57:10 +00:00
```
bb({eyes:"fear"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
2019-03-17 18:41:19 +00:00
b: Don't you know about human stampedes?
2019-04-19 15:57:10 +00:00
```
bb({body:"fear", mouth:"small", eyes:"narrow"});
hong({eyes:"sad", mouth:"sad"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: In 2003 a Rhode Island nightclub had a fire and the panic made people jam the exits so 100 people were crushed or burned to death-
```
bb({body:"normal", mouth:"normal", eyes:"fear"});
hong({mouth:"shock"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
2019-02-22 23:48:24 +00:00
b: DO YOU WANT THAT TO HAPPEN TO YOU-
2019-04-19 15:57:10 +00:00
```
bb({body:"scream"});
Game.OVERRIDE_TEXT_SPEED = 2.5;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: SAY NO SAY NO SAY NO SAY NO SAY NO SAY NO SAY NO SAY NO SAY N-
2019-02-22 23:48:24 +00:00
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", eyes:"fear", mouth:"normal"});
hong({mouth:"shock", eyes:"shock"});
attack("10p", "harm");
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
```
hong({eyes:"anger", mouth:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
h: Shut up shut up I'll change my answer to no! God!
(#act1f)
# act1e_said_no
2019-04-19 15:57:10 +00:00
`hong({mouth:"sad", eyes:"sad"});`
2019-02-22 23:48:24 +00:00
h: Hm... that looks really fun.
h: Maybe I shouldn't have said no to the invite?
2019-04-19 15:57:10 +00:00
`bb({mouth:"normal", eyes:"normal"});`
2019-02-22 23:48:24 +00:00
[Change your answer? You unreliable jerk!](#act1e_no_dontchange)
[Change your answer! Don't die alone!](#act1e_no_changetoyes)
{{if _.subtweet}}
2019-04-19 15:57:10 +00:00
[yeah they were totally subtweeting you](#act1e_ignore_subtweet)
{{/if}}
{{if _.badnews}}
[wait you retweeted that story without fact-checking](#act1e_ignore_factcheck)
2019-02-22 23:48:24 +00:00
{{/if}}
2019-04-19 15:57:10 +00:00
{{if (!_.subtweet && !_.badnews)}}
[You know, you've got really bad posture?](#act1e_ignore_posture)
2019-02-22 23:48:24 +00:00
{{/if}}
# act1e_no_dontchange
2019-04-19 15:57:10 +00:00
`bb({eyes:"anger"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Everybody was counting on you! ...to leave them alone and let them have a nice party without you, you horrible disgusting {{if _.whitebread}}white-bread-munching{{/if}} cree--
2019-02-25 14:33:32 +00:00
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "bad");
```
(...2500)
```
bb({body:"normal", eyes:"uncertain", mouth:"normal"});
hong({mouth:"anger", eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
h: Shut up shut up I'll keep it as no!
(#act1f)
# act1e_no_changetoyes
2019-04-19 15:57:10 +00:00
```
bb({body:"fear", eyes:"fear", mouth:"normal"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Chronic loneliness can increase your cortisol and increase your risk of cardiovascular disease and stroke!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "harm");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
{{if _.fifteencigs}}
b: FIFTEEN. CIGARETTES.
{{/if}}
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", eyes:"normal", mouth:"normal"});
hong({mouth:"anger", eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
h: Shut up shut up I'll change my answer to yes! God!
(#act1f)
# act1e_ignore_subtweet
2019-04-19 15:57:10 +00:00
```
bb({eyes:"fear", mouth:"small"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
b: All your problematic tweets have come back to roost!
```
bb({body:"fear", eyes:"fear", mouth:"normal"});
Game.OVERRIDE_TEXT_SPEED = 1.7;
```
b: Just say *one* thing out of line and all your so-called friends will drag you through the street and laugh at your shredded corpse!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "alone");
```
(...2500)
```
bb({body:"normal", eyes:"normal", mouth:"normal"});
hong({mouth:"anger", eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
h: Why are you like this?!
2019-02-25 14:33:32 +00:00
2019-02-22 23:48:24 +00:00
(#act1f)
2019-04-19 15:57:10 +00:00
# act1e_ignore_factcheck
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: You're spreading disinformation!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({body:"scream_anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
b: People like you are the reason fascism will arise from the rubble of democracy!
```
bb({body:"normal", eyes:"anger"});
hong({mouth:"shock", eyes:"shock"});
attack("10p", "bad");
```
(...2500)
```
hong({mouth:"anger", eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
h: Why are you like this?!
(#act1f)
# act1e_ignore_posture
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({eyes:"fear"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Do you want to have a pretzel for a spine?!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({body:"fear"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Do you want your freak skeleton to end up in the Warren Anatomical Museum?!
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "harm");
```
(...2500)
```
bb({body:"normal", eyes:"normal", mouth:"normal"});
hong({mouth:"anger", eyes:"anger"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
h: Why are you like this?!
2019-02-25 14:33:32 +00:00
2019-02-22 23:48:24 +00:00
(#act1f)
# act1e_said_ignore
2019-04-19 15:57:10 +00:00
`hong({mouth:"sad", eyes:"sad"});`
2019-02-22 23:48:24 +00:00
h: Hm... that looks really fun.
h: Maybe I shouldn't have ignored the invite?
2019-04-19 15:57:10 +00:00
`bb({mouth:"normal", eyes:"normal"});`
2019-02-22 23:48:24 +00:00
[Keep ignoring, you're still a party pooper](#act1e_ignore_continue)
2019-04-19 15:57:10 +00:00
[Actually, say yes.](#act1e_ignore_changetoyes)
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
[Actually, say no.](#act1e_ignore_changetono)
2019-02-22 23:48:24 +00:00
# act1e_ignore_continue
2019-04-19 15:57:10 +00:00
`hong({eyes:"annoyed"});`
2019-02-22 23:48:24 +00:00
h: It's kinda rude to keep ignoring them though, no?
2019-04-19 15:57:10 +00:00
`bb({eyes:"normal_right"});`
2019-02-22 23:48:24 +00:00
b: Well other people always ignore *you* so
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("10p", "alone");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`bb({eyes:"normal"});`
b: so let's just call it even.
2019-02-22 23:48:24 +00:00
(#act1f)
# act1e_ignore_changetoyes
2019-04-19 15:57:10 +00:00
`hong({eyes:"surprise", mouth:"smile"});`
2019-02-22 23:48:24 +00:00
h: You're... letting me have fun?
b: Well, I mean, loneliness *can* kill you.
2019-04-19 15:57:10 +00:00
`hong({eyes:"neutral", mouth:"neutral"});`
2019-02-22 23:48:24 +00:00
(#act1e_no_changetoyes)
# act1e_ignore_changetono
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow"});`
2019-02-22 23:48:24 +00:00
b: It's too crowded. Crowds are dangerous.
(#act1e_yes_changetono)
# act1f
2019-04-19 15:57:10 +00:00
```
hong({mouth:"neutral", eyes:"neutral"});
bb({body:"normal", mouth:"normal", eyes:"normal"});
```
2019-02-22 23:48:24 +00:00
h: Whatever. New Tinder notification.
2019-04-19 15:57:10 +00:00
`hong({eyes:"surprise", mouth:"smile"})`
h: Oh I got a match! They look cute!
`bb({eyes:"normal_right"})`
2019-02-22 23:48:24 +00:00
2019-03-17 18:41:19 +00:00
b: Is that so, human whom I should clarify is 18+?
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({eyes:"normal"});
hong({eyes:"sad", mouth:"anger"})
```
2019-02-22 23:48:24 +00:00
h: Please, please don't ruin this for m--
2019-04-19 15:57:10 +00:00
```
bb({body:"panic"});
Game.OVERRIDE_TEXT_SPEED = 2.0;
```
b: DANGER DANGER DANGER DANGER DANGER DANGER
`bb({body:"fear", eyes:"fear", mouth:"normal"})`
2019-02-22 23:48:24 +00:00
[You're being *used* by other people.](#act1f_used_by_others)
[You're just *using* other people.](#act1f_using_others)
[YOUR MATCH IS A SERIAL KILLER](#act1f_killer)
# act1f_used_by_others
2019-04-19 15:57:10 +00:00
`bb({body:"point_crotch", eyes:"normal", mouth:"normal"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Random hookups may be able to fill the hole down there
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: but they can never fill the hole
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`bb({body:"point_heart", eyes:"pretty", mouth:"small"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: in *here*.
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
(...3000)
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", mouth:"normal", eyes:"normal"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
b: Point is you're gonna die alone
```
hong({mouth:"shock", eyes:"shock"});
attack("30p", "alone");
```
(...2500)
2019-02-22 23:48:24 +00:00
`_.hookuphole=true`
(#act1g)
# act1f_using_others
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow", mouth:"small"})`
2019-02-22 23:48:24 +00:00
b: You think other people's genitals are Pokémon for you to collect?
2019-04-19 15:57:10 +00:00
`bb({body:"sing", eyes:"pretty", mouth:"normal"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: ♫ [pokemon theme song]
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: ♫ I wanna be the slutti-est
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`bb({eyes:"narrow", mouth:"small"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: ♫ Like no one ever was
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`bb({eyes:"pretty"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: ♫ Thighs n' ass, voluptuous breast
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`bb({eyes:"fear", mouth:"normal"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: ♫ with sweaty dick and balls!
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
`bb({eyes:"smile", mouth:"smile"})`
b: ♫ PERVY-MON, GOTTA CA--
```
bb({body:"normal", mouth:"normal", eyes:"normal"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
b: Point is you're a manipulative creep
```
hong({mouth:"shock", eyes:"shock"});
attack("30p", "bad");
```
(...2500)
2019-02-22 23:48:24 +00:00
`_.pokemon=true`
(#act1g)
# act1f_killer
2019-04-19 15:57:10 +00:00
`Game.OVERRIDE_TEXT_SPEED = 1.5;`
2019-02-22 23:48:24 +00:00
{{if _.whitebread}}
2019-04-19 15:57:10 +00:00
b: They'll trap you in a well and force-feed you white bread to fatten you up so they can wear your skin like a swimsuit!
2019-02-22 23:48:24 +00:00
{{/if}}
{{if _.seppuku}}
2019-04-19 15:57:10 +00:00
b: They'll bludgeon you with a textbook then slice your abdomen open and say "this is what you get for not studying, SEPUKKU'D"
2019-02-22 23:48:24 +00:00
{{/if}}
{{if !_.whitebread && !_.seppuku}}
b: They'll tear your flesh to gory confetti, turn your entrails into streamers, and mix your blood into a punch bowl!
{{/if}}
{{if !_.whitebread && !_.seppuku}}
2019-04-19 15:57:10 +00:00
b: How's THAT for a party invite?!
2019-02-22 23:48:24 +00:00
{{/if}}
2019-04-19 15:57:10 +00:00
```
hong({mouth:"shock", eyes:"shock"});
attack("30p", "harm");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
`_.serialkiller=true`
(#act1g)
# act1g
2019-04-19 15:57:10 +00:00
```
bb({body:"normal", mouth:"normal", eyes:"look"});
hong({body:"2_tired"});
Game.OVERRIDE_TEXT_SPEED = 0.25;
```
2019-02-22 23:48:24 +00:00
h: ...
(...500)
h: i'm so sick of this game.
2019-04-19 15:57:10 +00:00
(...700)
2019-02-22 23:48:24 +00:00
`Game.OVERRIDE_TEXT_SPEED = 1.5;`
h:
2019-03-17 18:41:19 +00:00
{{if _.fifteencigs}}"loneliness will kill you"... {{/if}}
{{if _.seppuku}}"study or your parents will hate you"... {{/if}}
{{if _.whitebread}}"don't eat that, it'll kill you"... {{/if}}
{{if _.subtweet}}"they're talking behind your back"... {{/if}}
{{if _.badnews}}"the world is burning"... {{/if}}
{{if _.hookuphole}}"you'll die alone"... {{/if}}
{{if _.serialkiller}}"they're a serial killer"... {{/if}}
{{if _.catmilk}}"cats can't digest milk"... {{/if}}
{{if _.pokemon}}a crappy parody song... {{/if}}
2019-02-22 23:48:24 +00:00
h: i just want to live my life.
h: i just want to be free from all this... pain.
2019-04-19 15:57:10 +00:00
`bb({eyes:"look_sad"});`
b: Hey... Human...
2019-02-22 23:48:24 +00:00
`Game.OVERRIDE_TEXT_SPEED = 0.5;`
2019-04-19 15:57:10 +00:00
b: It'll be okay.
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
(...300)
`bb({body:"point_heart", eyes:"look_sad_smile", mouth:"smile"});`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: As long as you've got me to protect you, you'll never be in danger.
`bb({body:"normal", eyes:"look_sad", mouth:"smile"});`
b: I promise.
(...600)
```
bb({body:"normal", eyes:"normal", mouth:"normal"});
hong({body:"phone1", eyes:"neutral", mouth:"neutral"});
```
2019-02-22 23:48:24 +00:00
2019-02-25 14:33:32 +00:00
h: Last one. Instagram. What you got?
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`hong({eyes:"sad"});`
2019-02-22 23:48:24 +00:00
h: It's... more party pictures.
2019-04-19 15:57:10 +00:00
`hong({mouth:"sad"});`
2019-02-22 23:48:24 +00:00
h: Everyone looks so happy.
2019-04-19 15:57:10 +00:00
`hong({mouth:"anger"});`
2019-02-22 23:48:24 +00:00
h: Everyone looks *fine*.
2019-04-19 15:57:10 +00:00
`bb({eyes:"normal_right"});`
2019-02-25 14:33:32 +00:00
b: Speaking of which, about this weekend's party invite. Here's my FINAL decision:
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
`bb({eyes:"normal"});`
2019-02-22 23:48:24 +00:00
[You should go.](#act1g_go) `Game.OVERRIDE_CHOICE_LINE=true`
[You should not go.](#act1g_dont) `Game.OVERRIDE_CHOICE_LINE=true`
# act1g_go
`_.act1g = "go"`
(#act1h)
# act1g_dont
`_.act1g = "dont"`
(#act1h)
# act1h
b: You sh--
2019-04-19 15:57:10 +00:00
```
bb({eyes:"wat", mouth:"small"});
hong({body:"2_fuck"});
```
h: *FUCK.*
`hong({body:"2_you"});`
h: YOU.
(...500)
2019-02-22 23:48:24 +00:00
b: w
(...1500)
2019-04-19 15:57:10 +00:00
`bb({eyes:"wat_2"});`
2019-02-22 23:48:24 +00:00
b: wha?
2019-04-19 15:57:10 +00:00
`hong({body:"phone1", eyes:"anger", mouth:"anger"});`
2019-02-22 23:48:24 +00:00
h: I'm going to say YES to that party
{{if _.act1g=="go"}}
h: NOT because you want me to, but because *I* want to.
{{/if}}
{{if _.act1g=="dont"}}
h: Precisely BECAUSE you don't want me to.
{{/if}}
2019-04-19 15:57:10 +00:00
`hong({body:"putaway"});`
2019-02-22 23:48:24 +00:00
h: You're NOT in control of me.
2019-04-19 15:57:10 +00:00
`hong({body:"0_sammich", eyes:"0_annoyed", mouth:"0_neutral"});`
2019-02-22 23:48:24 +00:00
h: Now excuse me while I eat this delicious sandwich in goddamn peace.
2019-04-19 15:57:10 +00:00
`hong({body:"2_sammich_eat"})`
(...600)
`hong({body:"2_sammich_eaten", eyes:"0_lookaway", mouth:"0_chew1"})`
(...600)
```
bb({body:"normal", eyes:"uncertain", mouth:"shut"});
Game.OVERRIDE_TEXT_SPEED = 0.5;
```
2019-02-22 23:48:24 +00:00
b: ...
2019-04-19 15:57:10 +00:00
```
bb({eyes:"uncertain_right"});
Game.OVERRIDE_TEXT_SPEED = 1;
```
2019-02-22 23:48:24 +00:00
b: ...
2019-04-19 15:57:10 +00:00
```
bb({eyes:"narrow"});
Game.OVERRIDE_TEXT_SPEED = 4;
```
2019-02-22 23:48:24 +00:00
b: ..................
2019-02-25 14:33:32 +00:00
(...500)
2019-04-19 15:57:10 +00:00
`bb({mouth:"normal"});`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
["Alone."](#act1h_loneliness)
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
["Death."](#act1h_death)
["Bad person."](#act1h_worthless)
2019-02-22 23:48:24 +00:00
# act1h_death
2019-04-19 15:57:10 +00:00
```
hong({body:"3_defeated1"});
attack("30p", "harm");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
(#act1i)
# act1h_loneliness
2019-04-19 15:57:10 +00:00
```
hong({body:"3_defeated1"});
attack("30p", "alone");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
(#act1i)
# act1h_worthless
2019-04-19 15:57:10 +00:00
```
hong({body:"3_defeated1"});
attack("30p", "bad");
```
2019-02-25 14:33:32 +00:00
2019-04-19 15:57:10 +00:00
(...2500)
2019-02-22 23:48:24 +00:00
(#act1i)
# act1i
2019-04-19 15:57:10 +00:00
```
hong({body:"3_defeated1"});
bb({mouth:"smile_lock", eyes:"smile"});
```
2019-02-22 23:48:24 +00:00
n: CONGRATULATIONS
n: YOU HAVE SUCCESSFULLY PROTECTED YOUR HUMAN
n: LOOK HOW GRATEFUL THEY ARE
2019-04-19 15:57:10 +00:00
n: NOW THAT THEIR ENERGY IS ZERO, YOU CAN DIRECTLY CONTROL THEIR ACTIONS.
`bb({mouth:"smile", eyes:"normal"});`
2019-02-22 23:48:24 +00:00
n: PICK YOUR ENDING MOVE
2019-04-19 15:57:10 +00:00
`bb({mouth:"normal", eyes:"narrow"});`
2019-02-22 23:48:24 +00:00
n: *FINISH THEM*
[< FIGHT: Destroy your phone! >](#act1i_phone) `Game.OVERRIDE_CHOICE_LINE=true`
[< FLIGHT: Curl up in a ball and cry! >](#act1i_cry) `Game.OVERRIDE_CHOICE_LINE=true`
# act1i_phone
2019-04-19 15:57:10 +00:00
`bb({eyes:"anger", mouth:"normal"})`
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Your phone was giving you a panic attack!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
bb({body:"fear", eyes:"fear"});
hong({body:"3_defeated2"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: Punish it! Destroy your phone! Kill it!
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
```
Game.OVERRIDE_TEXT_SPEED = 2.5;
bb({body:"flail"});
hong({body:"3_defeated3"});
_.act1_ending = "fight";
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL IT KILL I--
2019-02-22 23:48:24 +00:00
(#act1j)
# act1i_cry
2019-04-19 15:57:10 +00:00
`bb({eyes:"fear"})`
2019-02-22 23:48:24 +00:00
b: The whole world is filled with danger!
2019-04-19 15:57:10 +00:00
```
bb({body:"fear"});
hong({body:"3_defeated2"});
Game.OVERRIDE_TEXT_SPEED = 1.5;
```
2019-02-22 23:48:24 +00:00
b: Do like the armadillo! Curl up into a ball for self-defense!
2019-04-19 15:57:10 +00:00
```
Game.OVERRIDE_TEXT_SPEED = 2.5;
bb({body:"flail"});
hong({body:"3_defeated3"});
_.act1_ending = "flight";
```
2019-02-22 23:48:24 +00:00
2019-04-19 15:57:10 +00:00
b: CURL UP AND CRY CURL UP AND CRY CURL UP AND CRY CURL UP AND CRY CURL UP AND CRY CURL UP AND CR--
2019-02-22 23:48:24 +00:00
(#act1j)
# act1j
2019-04-19 15:57:10 +00:00
`SceneSetup.act1_outro()`