Hi, thanks for an awesome gallery! I have the replay gallery showing with the lock screens, however I am unable to unlock them so far. In my script I have this:
menu:
"Should I help Foxy out?"
"Submit DNA evidence!":
$ foxy_love += 1
$ xxx_files += 1
jump dna_yes
"Are you sure this is a good idea?":
jump dna_no
label dna_yes:
Here is what I have in the replay setup:
Replay_items.append(ReplayItem("Rthumb1", "dna_yes", "Foxy roof scene."))
and for the thumbnail I have:
image Rthumb1 = ("images/replay/ch1foxyroof22.webp")
Am I missing something? I've replayed my scene several times and saved afterwards and it's still showing up as locked.