Hey! First of all, thanks so so much for this code and for everything you do for this community. Seriously, you're a Ren'py hero.
Secondly, is there a consistent way to unlock images that doesn't rely on "scene" or "show"? My CGs appear in a "comic style" meaning they're multiple images to create one image together when shown in game. I can have Ren'py show all of these images together by defining an image and showing that in the gallery, but that means I can't show anything with the script of the sex scene itself that correlates because trying to work off the first image of the sequence gives me an error of "maximum recursion depth exceeded" which I suspect has something to do with having a file named the same as an image definition? (I hope that makes sense.)
Here's a pic of my code so far:
So, my question is, how would I get this gallery to unlock such an image? Or, if it's not possible, how would I change this code to just run off "if" statements instead?
I'm working on solutions myself but thought I would ask, since it's somethings quicker just to be help.
Thanks a ton!