Skip to main content

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

a fantastic little demo. has great art, music and sound, as well as fun dialogue. I would suggest adding the "pregnancy" tag on itch so more people might find it. I also got an error at the end of the demo shown here. 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    show meli dn at enterright

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

    show meli dn at enterright

NameError: name 'enterright' is not defined

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

Full traceback:

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

    show meli dn at enterright

  File "C:\Users\Owner\AppData\Roaming\itch\apps\the-seeding-curse\TSCdemo-0.8.0-win\renpy\ast.py", line 1113, in execute

    show_imspec(self.imspec, atl=getattr(self, "atl", None))

  File "C:\Users\Owner\AppData\Roaming\itch\apps\the-seeding-curse\TSCdemo-0.8.0-win\renpy\ast.py", line 1072, in show_imspec

    at_list = [ renpy.python.py_eval(i) for i in at_list ]

  File "C:\Users\Owner\AppData\Roaming\itch\apps\the-seeding-curse\TSCdemo-0.8.0-win\renpy\ast.py", line 1072, in <listcomp>

    at_list = [ renpy.python.py_eval(i) for i in at_list ]

  File "C:\Users\Owner\AppData\Roaming\itch\apps\the-seeding-curse\TSCdemo-0.8.0-win\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\Owner\AppData\Roaming\itch\apps\the-seeding-curse\TSCdemo-0.8.0-win\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

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

    show meli dn at enterright

NameError: name 'enterright' is not defined

Windows-10-10.0.26100 AMD64

Ren'Py 8.2.3.24061702

DEMO 0.8.0

Thu Aug 14 08:16:03 2025

[/code]

(+1)

Thank you so much for the feedback! We'll be taking a look at this error.