- Feb 4, 2020
- 5
- 2
timdonehy200
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
```
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
```