Skip to main content

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

After getting the ear lobes pierced, after the lady in the store mentioned the tongue piercing (from the stone face) and presumably right before the naval piercing, I got the following exception:


  File "game/sundays.rpy", line 2287, in <module>

    ski.c "Ready for the navel?"

NameError: name 'ski' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/sundays.rpy", line 2287, in script

    ski.c "Ready for the navel?"

Exception: Sayer 'ski.c' is not defined.

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

Traceback (most recent call last):

  File "renpy/ast.py", line 625, in eval_who

    return renpy.python.py_eval(who)

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

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

    return py_eval_bytecode(code, globals, locals)

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

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

    return eval(bytecode, globals, locals)

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

  File "game/sundays.rpy", line 2287, in <module>

    ski.c "Ready for the navel?"

NameError: name 'ski' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/sundays.rpy", line 2287, in script

    ski.c "Ready for the navel?"

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

    Say.execute(self)

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

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

    who = eval_who(self.who, self.who_fast)

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

  File "renpy/ast.py", line 627, in eval_who

    raise Exception("Sayer '%s' is not defined." % who)

Exception: Sayer 'ski.c' is not defined.

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.3.26051504

Eva in Gloria Aeterna 0.14

Edit: looks like it's a typo and ski.c should be sk1.c
At least that fixes it when I change that in the file.

You're absolutely correct. It IS a typo and changing that does fix it. Thanks for finding this and making me aware of it!