SatansSausage
Newbie
- Dec 30, 2018
- 75
- 48
- 181
Keep getting this error. Anyone got any ideas?
Help would be greatly appreciated.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/kGame/phone.rpy", line 514, in <module>
TypeError: unsupported operand type(s) for -: 'int' and 'RevertableList'
File "renpy/ast.py", line 1892, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/kGame/phone.rpy", line 514, in <module>
TypeError: unsupported operand type(s) for -: 'int' and 'RevertableList'
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Area69 0.74
Sat Sep 3 14:47:56 2022
```
Help would be greatly appreciated.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/kGame/phone.rpy", line 514, in <module>
TypeError: unsupported operand type(s) for -: 'int' and 'RevertableList'
File "renpy/ast.py", line 1892, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/kGame/phone.rpy", line 514, in <module>
TypeError: unsupported operand type(s) for -: 'int' and 'RevertableList'
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Area69 0.74
Sat Sep 3 14:47:56 2022
```