I am receiving the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode_8.rpy", line 1341, in script
$ Valeria_Points += 2
File "game/episode_8.rpy", line 1341, in <module>
$ Valeria_Points += 2
NameError: name 'Valeria_Points' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/episode_8.rpy", line 1341, in script
$ Valeria_Points += 2
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/episode_8.rpy", line 1341, in <module>
$ Valeria_Points += 2
NameError: name 'Valeria_Points' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Intertwined 0.8
Thu Jan 20 18:53:18 2022
Anyone knows how to solve it?