Hi
I have the following message
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script14.rpy", line 44209, in script
$ jsp +=1
File "game/script14.rpy", line 44209, in <module>
$ jsp +=1
NameError: name 'jsp' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script14.rpy", line 44209, in script
$ jsp +=1
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script14.rpy", line 44209, in <module>
$ jsp +=1
NameError: name 'jsp' is not defined
How can I fix it?
thanks