Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

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 

Thanks for the tip!