init 101 python: def _unlock_scenes(): for image in renpy.list_images(): if not isinstance(image, tuple): image = tuple(image.split()) renpy.game.persistent._seen_images[tuple(str(i) for i in image)] = True _unlock_scenes()