Hey, was checking out the gallery code, and noticed a bug
if persistent.act2_stella_beer_sex == None:
$ persistent.act2_stella_beer_sex == False
if persistent.act2_stella_vodka_sex == None:
$ persistent.act2_stella_vodka_sex == False
You need to use just one equal instead of two, otherwise you compare the values instead of setting them