I sort of fixed it for myself by using the console (SHIFT+O) and typing the following in:How to fix this? 10th chapter
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1015, in script call File "game/11_proj/loc_main.rpy", line 18, in script call File "game/11_proj/loc_main.rpy", line 68, in script call File "game/11_proj/loc_main.rpy", line 93, in script call File "game/11_proj/act_evns.rpy", line 63, in script File "game/11_proj/act_evns.rpy", line 63, in <module> NameError: name 'TimeInterval' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 1015, in script call File "game/11_proj/loc_main.rpy", line 18, in script call File "game/11_proj/loc_main.rpy", line 68, in script call File "game/11_proj/loc_main.rpy", line 93, in script call File "game/11_proj/act_evns.rpy", line 63, in script File "Z:\home\c0ffeepasta\Downloads\BM-090BETA\renpy\ast.py", line 1648, in execute if renpy.python.py_eval(condition): File "Z:\home\c0ffeepasta\Downloads\BM-090BETA\renpy\python.py", line 1606, in py_eval return py_eval_bytecode(code, globals, locals) File "Z:\home\c0ffeepasta\Downloads\BM-090BETA\renpy\python.py", line 1601, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/11_proj/act_evns.rpy", line 63, in <module> NameError: name 'TimeInterval' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.10.1227 BM 0.90
Code:
TimeInterval = 300
Edit: I had to set another value to fix a later crash I had as well:
Code:
TimerBak = 0
Last edited: