diff --git a/script.rpy b/script.rpy index 1f942ec..9d9a840 100644 --- a/script.rpy +++ b/script.rpy @@ -658,6 +658,7 @@ label act2: incidental "May I help you with something?" show null boast creep at bouncetransition null "Well, Irida?{w} May she?" + play sound heartbeat_single irida "Ghh...{w} Ahー" advnarrator "I bite my lip before anything uncouth comes from my mouth." advnarrator "Hoping to trip me up, NULL begins talking as soon as I'm about to open my mouth." @@ -667,19 +668,24 @@ label act2: advnarrator "I must look insane." advnarrator "Just focus, focus on what you have to say next..." irida "I have a meeting with..." - advnarrator "...{w} Oh,{w} my god.{w} Don't tell me I forgot already..." + advnarrator "...{w} Oh," + play sound heartbeat_single + extend " my god.{w} Don't tell me I forgot already..." show null boast smug at bouncetransition null "Pfft...{w} Really?" irida "Umm,{w} for my,{w} s,{w} severance package..." irida "It's...{w} one, um,{w} one s, {w} second..." advnarrator "I reach for my pocket." + play sound heartbeat_single null "You need to check on your PHONE?" show null boast smugopen at bouncetransition null "That's so disrespectful, Irida!" null "Surely it can't be that hard to remember someone you've worked alongside for the past year,{w} at LEAST?" show null boast smug at bouncetransition null "Your brain is REALLY fried, huuh?" - irida "And whose faー{w} khh!!" + irida "And whose faー " + play sound heartbeat_single + extend " khh!!" show null boast closed at bouncetransition advnarrator "I bite my lip, almost finding myself retorting back at NULL out loud." irida "S, Sorry...{w} One second, please..." @@ -690,6 +696,7 @@ label act2: advnarrator "Seems she finally took note of how flustered I seem.{w} But she's still keeping it professional..." irida "Something like that...{w} Ahaha..." + play sound heartbeat_single advnarrator "Oh my god, what an awful response. What the fuck was I thinking?!" show null boast smug at bouncetransition null "Pfftttt....{w} Ahahaha!!{w} This is so much funnier than anything I could've expected!" @@ -697,6 +704,7 @@ label act2: nvl show Dissolve(0.2) nvlnarrator "Shut up." + play ambient heartbeat_strong fadein 1.5 show null boast thinking at bouncetransition null "Maybe you had a point, earlier...{w} I wouldn't be having this much fun if I had a distinct body, right?" nvlnarrator "I don't care, so just shut up." @@ -718,6 +726,7 @@ label act2: null "We must be made of the same stuff." null "Just two no-good girls that start nowhere and lead nowhere." nvlnarrator "I CAN'T FOCUS LIKE THIS SO JUST SHUT UP ALREADY!!!!!!!!{nw}" + stop ambient show ol scared at bouncetransition irida "Mrs. ◯◯!!!!!" incidental "I'm sorry?!" @@ -758,6 +767,8 @@ label act2: show null boast smug at rightfar stop sound + play ambient heartbeat_strong + advnarrator "..." advnarrator "I, um...{w} I only see one person around now." advnarrator "I don't have to worry about people watching my freak-out." diff --git a/script.rpyc b/script.rpyc index e9de7f7..598383b 100644 Binary files a/script.rpyc and b/script.rpyc differ