- Feb 13, 2024
- 121
- 398
Both, it seems.Are you refering to the mini-game or the story version of Beer Pong?
The first time I experienced the crash I had minigames enabled. I just reloaded a savegame where minigames are disabled that leaves me right before I have to make my first shot, I played two rounds and reloaded the same savegame. The first time it worked as it should, but the second time it crashed:
Code:
Full traceback:
File "scripts/episode11/update11.rpyc", line 9049, in script
File "/home/username/Downloads/BeingADIK-0.11.1-pc-lin/renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "/home/username/Downloads/BeingADIK-0.11.1-pc-lin/renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/home/username/Downloads/BeingADIK-0.11.1-pc-lin/renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/episode11/update11.rpy", line 9049, in <module>
NameError: name 'minigames' is not defined
While running game code:
File "game/scripts/episode11/update11.rpy", line 9049, in <module>
NameError: name 'minigames' is not defined
Last edited: