Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I keep getting this error. The demo starts out fine, but then this error starts appearing more and more until you can't really progress any scenes, save, or even quit out normal.
-----------------------------

While running game code:

  File "renpy/common/00action_control.rpy", line 243, in __call__

    renpy.hide_screen(self.screen, layer=self._layer, immediately=self.immediately)

TypeError: my_hide_screen() got an unexpected keyword argument 'immediately'

(1 edit)

Did a fresh install and that seems to have fixed it.
Tried to fix it myself before doing a fresh install, but couldn't figure out what caused it and couldn't find anything helpful online.