Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Also when you find the weird thing with the Pink Princess Pullups there's an error and it goes "An Exception has occured."

(+1)

i also encountered the issue but i found the solution too - go into the game folder where you see the exe to play the game then go to game -> script.rpy (open with notepad) scroll down to the section that looks like this:

#Inventory Keys/Locked Door Variables

init:

    default have_gold_key = False

    default have_bathroom_key = False

    default have_playpen_key = False

    default fridge_opened = False

    default have_paperclip = False

    default have_lockpick = False

    default have_note= False

    default have_script = False

    default have_teacher_key = False

    default have_ID = False

    default have_pink_key = False

    

now add four spaces followed by default have_pullup = False so that the spacing lines up with the previous entries. Do that and load the game again and you'll be able to do the whole sequence without any more issues

^ This is correct! must have missed this one