Mod Cheat Mod Ren'Py Completed Something To Write About: The Author [Ch. 7.1] Multi-Mod [AB]

4.00 star(s) 1 Vote

Annettemaru

Newbie
Feb 25, 2022
19
10
Error received:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 26516, in script
    menu:
  File "game/script.rpy", line 26577, in <module>
    "Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined

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

Full traceback:
  File "game/script.rpy", line 26516, in script
    menu:
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\exports.py", line 956, in menu
    condition = renpy.python.py_eval(condition)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 26577, in <module>
    "Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
TheAuthor Ch.7
Tue Jun 14 14:31:20 2022
 
Feb 15, 2019
93
70
Error received:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 26516, in script
    menu:
  File "game/script.rpy", line 26577, in <module>
    "Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined

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

Full traceback:
  File "game/script.rpy", line 26516, in script
    menu:
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\exports.py", line 956, in menu
    condition = renpy.python.py_eval(condition)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 26577, in <module>
    "Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
TheAuthor Ch.7
Tue Jun 14 14:31:20 2022
I had this too, I had to use UnRen to enable the console and set lyndiedeflowered to 1 if you know how to do that

EDIT@ Actually yeah, it seems to mess with some of the throuple options, not sure I'd advise the use of this mod!
 
Last edited:

TheRegvlator

Member
Apr 16, 2022
101
161
Error received:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 26516, in script
    menu:
  File "game/script.rpy", line 26577, in <module>
    "Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined

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

Full traceback:
  File "game/script.rpy", line 26516, in script
    menu:
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\exports.py", line 956, in menu
    condition = renpy.python.py_eval(condition)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 26577, in <module>
    "Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
TheAuthor Ch.7
Tue Jun 14 14:31:20 2022
Facing the exact same issue. Clicking on ignore just gives two different scenes afterwards (one for Aoife and another for Lyndie). Idk if there's a scene of them together on this occasion, but still, it was weird.
 
4.00 star(s) 1 Vote