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

Help, please

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    menu:

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

    "Ethan" if choice_EthanSecret == False:

NameError: name 'choice_EthanSecret' is not defined

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

Full traceback:

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

    menu:

  File "D:\New folder (2)\NewHope-0.5.1-pc\renpy\ast.py", line 1903, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "D:\New folder (2)\NewHope-0.5.1-pc\renpy\exports.py", line 976, in menu

    condition = renpy.python.py_eval(condition)

  File "D:\New folder (2)\NewHope-0.5.1-pc\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\New folder (2)\NewHope-0.5.1-pc\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

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

    "Ethan" if choice_EthanSecret == False:

NameError: name 'choice_EthanSecret' is not defined

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

NewHope 0.5.1

Wed Jul 26 19:38:58 2023

[/code]