Hi! First off, thank you for this resource! Second, I've been trying to tweak the code so that I have a hidden scene that /isnt/ played in the main game, but rather unlocked and viewable via the replay gallery. All the pages and screens work fine and I get no error code, but the unlock is based on a point value that in theory, once that value is reached, its flagged as true .
if love > 7:
$ hiddenscene = True
return
#The hidden scene is below the return- if I move the return, the scene is triggered to play in the game rather than be unlocked but only viewable in the replay gallery
label heart2heart:
--I genuinely am a bit lost and hope you may be able to provide some insight