you mean this? $ renpy.end_replay()
If you talk about the exit button nope, I don't have it in my replays
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...