Skip to main content

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

this is the error i am getting 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 364, in script

    $ ro_watch_anime += 1

  File "game/script.rpy", line 364, in <module>

    $ ro_watch_anime += 1

NameError: name 'ro_watch_anime' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 364, in script

    $ ro_watch_anime += 1

  File "C:\Users\marsh\Downloads\(PC)PerksOfLactogenesis-Alpha_3.1.2\PerksOfLactogenesis-Alpha_3.1.2-pc\renpy\ast.py", line 834, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Users\marsh\Downloads\(PC)PerksOfLactogenesis-Alpha_3.1.2\PerksOfLactogenesis-Alpha_3.1.2-pc\renpy\python.py", line 1184, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/script.rpy", line 364, in <module>

    $ ro_watch_anime += 1

NameError: name 'ro_watch_anime' is not defined

Windows-10-10.0.19045 AMD64

Ren'Py 8.3.6.25022803

Perks Of Lactogenesis Alpha_3.1.2

Sat Sep  6 13:53:35 2025

[/code]

Should be fixed.