you're welcome
good luck with your project
No add that at the start of the replay area (the label that you start the replay at) add that code
label firstfall: # <-- replay label to start the replay
if _in_replay: # add this and the next 3 lines of code
$ nome_protagonista = persistent.nome_protagonista
$ nome_landlady = persistent.nome_landlady
$ nome_ruolo = persistent.nome_ruolo
you will have to add this to every replay label...
sorry I thought that was the gallery
in the replay.rpy file find this section
for i in range(start, end + 1):
if renpy.seen_label(Replay_items[i].replay):
hbox:
spacing maxthumbx - 20
xalign 0.5
yalign 0.1
text Replay_items[i].name # make the same changes as before but to this line add the colon and the outline command below it