- Oct 4, 2017
- 323
- 470
Yeah because these variables or not defined anywhere. You probably use an old save?I get an error when mom is on the balcony with me.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/c1.rpy", line 77, in script
$ m_trust += 1
File "game/c1.rpy", line 77, in <module>
$ m_trust += 1
NameError: name 'm_trust' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/c1.rpy", line 77, in script
$ m_trust += 1
File "D:\New folder (2)\Renpy\A New Home 0.5\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\New folder (2)\Renpy\A New Home 0.5\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/c1.rpy", line 77, in <module>
$ m_trust += 1
NameError: name 'm_trust' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
A New Home 0.5
If you have the decrypted version add them to the beginning of the file or in the file 'globals' or use developer sonsole (shift+o?)
I found another bug in c2 lines 417 to 444. The game sets boolean variables there to 'true'; However renpy booleans are either 'True' or 'False' (CAPITAL LETTERS).