3.0.1a bug
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8185, in script
if dap = 5:
SyntaxError: invalid syntax (script.rpy, line 8185)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8185, in script
if dap = 5:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (script.rpy, line 8185)
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
. V3.0.1.a-BETA
Fri Oct 13 21:14:32 2023
When I ignore the first bug I get this bug after the first:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8303, in script
if hp = 3:
SyntaxError: invalid syntax (script.rpy, line 8303)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8303, in script
if hp = 3:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (script.rpy, line 8303)
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
. V3.0.1.a-BETA
Fri Oct 13 21:17:30 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8704, in script
if gp = 11:
SyntaxError: invalid syntax (script.rpy, line 8704)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8704, in script
if gp = 11:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (script.rpy, line 8704)
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
. V3.0.1.a-BETA
Fri Oct 13 21:20:21 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 10116, in script
if gp = 13:
SyntaxError: invalid syntax (script.rpy, line 10116)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10116, in script
if gp = 13:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (script.rpy, line 10116)
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
. V3.0.1.a-BETA
Fri Oct 13 21:21:23 2023