Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello. I have an error related to the height I chose for my MC. Every time I have an event wich refers to the hieght I got this message:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/step_2_intro.rpy", line 2601, in <module>
NameError: name 'mc_tall_step_2' is not defined

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

Full traceback:
  File "prologue.rpyc", line 1948, in script call
  File "step_1_firefiles.rpyc", line 972, in script call
  File "step_1_grownup.rpyc", line 1108, in script call
  File "step_2_intro.rpyc", line 2601, in script
  File "E:\itch\games\our-life\OurLifeDemo-2.0-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\itch\games\our-life\OurLifeDemo-2.0-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\itch\games\our-life\OurLifeDemo-2.0-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/step_2_intro.rpy", line 2601, in <module>
NameError: name 'mc_tall_step_2' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Our Life Demo 2.0
Tue Dec 24 20:11:54 2019
[/code]

(1 edit)

I'm sorry you had an issue! That happens if you load a save from a much older build of the demo and try to play the save file with all the new content of the current demo. It's not defined in the older save file, so the game can't properly access the new content. If you start a fresh file those errors won't cause you any more problems!