You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mods/anna_post_true/remy_rpy_scene.rpy
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ label remy_post_true_entry:
15
15
scene black with fade
16
16
$ renpy.pause (1.0)
17
17
scene np3 with fade
18
+
# TODO: Init music
18
19
$ renpy.pause (1.0)
19
20
20
21
m "The last few hours felt like a dream, or a memory of a dream I had many times before. Izumi was dead, Reza was captured, and both worlds were safe - for now. No doubt it would all make sense in the morning but now I just wanted to get home and get some rest. Remy and I walked back to town from the portal, together."
@@ -27,7 +28,10 @@ label remy_post_true_entry:
27
28
Ry "I don't know if it's just me, but it feels better somehow. It feels right."
28
29
c "That's good. How are you and Amely doing?"
29
30
Ry smile "She finally started talking. It took a few days but once she started she didn't stop. I think she had been silent for so long all her thoughts were bubbling up inside her and they finally burst out. It's funny, sometimes she narrates what I'm doing: \"Remy is opening the cupboard, he's looking inside, now he's getting plates out.\" In an odd way, her voice voice reminds me of..."
31
+
scene np4 with dissolve
32
+
$ renpy.pause(1.0)
30
33
m "Remy trailed off and looked away. The only sound was our footsteps, the even and steady patter of his paws against the gravel. It sounded like someone tapping against a desk while they're waiting for something. When Remy looked back his voice was steady but eyes were bright and glassy."
34
+
show remy normal with dissolve
31
35
Ry normal "When you go back in time, how far back can you go?"
32
36
c "Only as far back as when the Portal was built. And I would need to know the spacetime coordinates of that location."
33
37
Ry "What do you mean, coordinates? Does the Portal move?"
@@ -117,7 +121,7 @@ label remy_post_menu1:
117
121
118
122
"That is the real reason." if joke_response:
119
123
Ry "Well, I can't sing, and I've never learned an instrument."
120
-
c "You can't come then." # wtf
124
+
c "You can't come then."
121
125
Ry "Be serious. This is important."
122
126
c "I am serious."
123
127
$ remy_post_mood -= 2
@@ -163,12 +167,18 @@ label remy_post_menu1:
163
167
c "He's creating a story based on humans. I thought if we worked together, he could make it all the more accurate and interesting."
164
168
165
169
c "But none of those people would be as good as you."
170
+
scene np5e with dissolve
171
+
$ renpy.pause(1.0)
166
172
m "I hadn't realized it, but we had arrived at my doorstep. I wondered if I should invite him in. I wanted to, but so far he hadn't given me any indication he felt the same way. Luckily he broke the tension."
0 commit comments