We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb91839 commit e66d9b1Copy full SHA for e66d9b1
game/options.rpy
@@ -12,7 +12,7 @@ define gui.show_name = False
12
13
14
15
-define config.version = "1.2.0-demo"
+define config.version = "1.2.1-demo"
16
17
18
game/script.rpy
@@ -81,6 +81,7 @@ label start:
81
cur_speaker = "y"
82
yuri(message)
83
else:
84
+ cur_speaker = "n_default"
85
renpy.say("[current_char_title]", message)
86
renpy.log(cur_speaker)
87
0 commit comments