DavidF1970
Member
- May 3, 2021
- 192
- 267
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mcroom_menu.rpy", line 129, in script
call screen mcroom
File "game/mcroom_menu.rpy", line 129, in script
call screen mcroom
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens.rpy", line 1557, in execute
init -501 screen mcroom():
File "game/screens.rpy", line 1557, in execute
init -501 screen mcroom():
File "game/screens.rpy", line 2039, in execute
if update == 1:
File "game/screens.rpy", line 2040, in execute
if hour == 14 and tackle == 1:
File "game/screens.rpy", line 2040, in <module>
if hour == 14 and tackle == 1:
NameError: name 'tackle' is not defined
At the beginning of the second chapter, ignore and rollback don't work and crash the game loads of bugs
While running game code:
File "game/mcroom_menu.rpy", line 129, in script
call screen mcroom
File "game/mcroom_menu.rpy", line 129, in script
call screen mcroom
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens.rpy", line 1557, in execute
init -501 screen mcroom():
File "game/screens.rpy", line 1557, in execute
init -501 screen mcroom():
File "game/screens.rpy", line 2039, in execute
if update == 1:
File "game/screens.rpy", line 2040, in execute
if hour == 14 and tackle == 1:
File "game/screens.rpy", line 2040, in <module>
if hour == 14 and tackle == 1:
NameError: name 'tackle' is not defined
At the beginning of the second chapter, ignore and rollback don't work and crash the game loads of bugs
Last edited: