init 999 python: #Gallery Unlocking for galName in persistent.__dict__: if galName.startswith('unlock_gal') and eval('persistent.'+galName) == False: exec("persistent."+galName+"=True") #Cheat Enabling for cheatName in dir(): if cheatName.startswith('trampaOn') and globals()[cheatName] == False: exec(cheatName+"=True")