I keep getting this exception. Any idea how to solve it
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode_4.rpy", line 1129, in script
$ Nikki_Points += 2
File "game/episode_4.rpy", line 1129, in <module>
$ Nikki_Points += 2
NameError: name 'Nikki_Points' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/episode_4.rpy", line 1129, in script
$ Nikki_Points += 2
File "C:\Users\chris\Desktop\AVNs\Intertwined-0.12-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\chris\Desktop\AVNs\Intertwined-0.12-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/episode_4.rpy", line 1129, in <module>
$ Nikki_Points += 2
NameError: name 'Nikki_Points' is not defined
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Thu Sep 8 10:11:12 2024
Thanks in advance