Your gallery's got a couple issues.
there's no label elmariachi for it to jump to.
And finished is also not a label for "The last bit needed"
You're also missing EndReplay commands at the end of each scene, so the player has to either return to the menu to end the replay or just play the game forward from the replay.
Thanks for the feedback. So first off, the gallery has always been an afterthought, I just copied some code and implemented it. I'm actually not even sure it acurately represents the choices players took during their playthroughs...
Did you use a gallery unlocker? The elmariachi scene isn't in the game yet and if the gallery works as intended you shouldn't be able to acces it by just playing the game
Also, finished and the last bit needed are leftover code from the gallery I implemented, that's just left in the code so I know how the setup works that has nothing to do with the game
Does the EndReplay label work automatically? I until now didnt know how to end it xD Scratch that I found a solution. Its "if _in_replay: return"