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/anna_rpy_scene.rpy
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ label anna_post_true_entry:
31
31
$ renpy.pause (1.0)
32
32
33
33
# 'm' is the narrator character. This makes a text box with no name appear on the screen.
34
-
m "The last few hours felt like a dream or a memory of a dream I had many times before. Reza was dead, 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. Anna and I walked back to town from the portal, together."
34
+
m "The last few hours felt like a dream or a memory of a dream I had many times before. Reza was dead, 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. Anna and I walked back to town from the portal, together."
35
35
show anna normal with dissolve # The show instruction, well, shows a character. See images.rpy in the AWSW code for the whole list (you'll need these).
36
36
$ renpy.pause(0.5)
37
37
An "What are you going to do now?"# An is the identifier for anna's character object. Once again, defined in images.rpy. This is a Say instruction.
@@ -77,7 +77,7 @@ label anna_post_true_entry:
77
77
"But I represent humanity as a whole.":
78
78
c "But I represent humanity as a whole. I have to put on a good impression for my side as well."
79
79
An "What do you mean? Do humans not like us?"
80
-
c "It's not that they don't like you. On Earth, dragons are revered. It's just the thought of being romantically involved with one is just weird. Remember, where I come from, humans are the only sentient animals. Dating another species would be seen as disgusting."
80
+
c "It's not that they don't like you. On Earth, dragons are revered. It's just the thought of being romantically involved with one is just weird. Remember, where I come from, humans are the only sentient animals. Dating another species would be seen as disgusting."
81
81
An disgust "And you don't want to be associated with a dumb animal. Right, I get it."
82
82
m "She started to turn off to the side and leave. I held on to her hand, gently but firmly."
83
83
c "But I don't agree with them. You may not be human, but you're still a person, just as much as I am."
0 commit comments