- Jul 10, 2018
- 2,322
- 2,684
There is a mixup with the Patreon rules version and the incest version. The last bedroom.rpy was intended for the incest version. Confirm it by going to the console (shift-O the letter, not the number) and type nancyharem. If it says true or false that means your game started as the Patreon version. Fix you problem in the console by typingtimdonehy200
After giving Nancy the necklace I get this error message. And I downloaded the latest script bedroom.rpy and replaced the old. The error message:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/bar.rpy", line 640, in script call
call JoeInventory from _call_JoeInventory
File "game/bar.rpy", line 640, in script call
call JoeInventory from _call_JoeInventory
File "game/bar.rpy", line 640, in script call
call JoeInventory from _call_JoeInventory
File "game/bedroom.rpy", line 1363, in script
if lustmo >= 4 and haremmo == False and momharem == False:
File "game/bedroom.rpy", line 1363, in <module>
if lustmo >= 4 and haremmo == False and momharem == False:
NameError: name 'momharem' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/bar.rpy", line 640, in script call
call JoeInventory from _call_JoeInventory
File "game/bar.rpy", line 640, in script call
call JoeInventory from _call_JoeInventory
File "game/bar.rpy", line 640, in script call
call JoeInventory from _call_JoeInventory
File "game/bedroom.rpy", line 1363, in script
if lustmo >= 4 and haremmo == False and momharem == False:
File "C:\Users\riche\Downloads\Apocalypse-031-pc (1)\Apocalypse-0.3.1-pc\renpy\ast.py", line 1803, in execute
if renpy.python.py_eval(condition):
File "C:\Users\riche\Downloads\Apocalypse-031-pc (1)\Apocalypse-0.3.1-pc\renpy\python.py", line 1960, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\riche\Downloads\Apocalypse-031-pc (1)\Apocalypse-0.3.1-pc\renpy\python.py", line 1953, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/bedroom.rpy", line 1363, in <module>
if lustmo >= 4 and haremmo == False and momharem == False:
NameError: name 'momharem' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.0.424
Apocalypse 0.3.1
Tue Feb 04 19:49:12 2020
```
momharem = <the value that nancyharem gave, ie True or False>
Warning, this fixes the immediate problem, but there are bound to be more of this type. You can fix <something>mom by looking in the console for <something>nancy and then setting <something>mom to that value.