Fresh start,. this is quite interesting error any fix?
While running game code:
File "game/scripts/locations/policestation/policestation_jillsoffice.rpy", line 70, in script
$ Jimmy.stats['intelligence'] += 1
File "game/scripts/locations/policestation/policestation_jillsoffice.rpy", line 70, in <module>
$ Jimmy.stats['intelligence'] += 1
~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'intelligence'
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/scripts/locations/policestation/policestation_jillsoffice.rpy", line 70, in script
$ Jimmy.stats['intelligence'] += 1
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/scripts/locations/policestation/policestation_jillsoffice.rpy", line 70, in <module>
$ Jimmy.stats['intelligence'] += 1
~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'intelligence'