Skip to main content

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

Tried to go to alley then this happened:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    if catgirl1 >=1 and catgirl2 >=1:

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

    if catgirl1 >=1 and catgirl2 >=1:

       ^^^^^^^^                      

NameError: name 'catgirl1' is not defined

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

Traceback (most recent call last):

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

    if catgirl1 >=1 and catgirl2 >=1:

  File "renpy/ast.py", line 2079, in execute

    if renpy.python.py_eval(condition):

       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 

  File "renpy/python.py", line 1305, in py_eval

    return py_eval_bytecode(code, globals, locals)

           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1298, in py_eval_bytecode

    return eval(bytecode, globals, locals)

           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

    if catgirl1 >=1 and catgirl2 >=1:

       ^^^^^^^^                      

NameError: name 'catgirl1' is not defined

Windows-11-10.0.26100-SP0 AMD64

Ren'Py 8.5.0.25111603

MGS Demo 1.0

Tue Dec 16 10:37:54 2025

[/code]

Oop so sorry about that, I’ll have that patched tomorrow!