- Mar 14, 2020
- 894
- 417
The game crashing ,what's happened? thx
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/v3/scene4.rpy", line 156, in script
if mc.frat == Frat.WOLVES and (ms_rose.relationship >= Relationship.FWB or v2_threaten_ms_rose):
File "game/v3/scene4.rpy", line 156, in <module>
if mc.frat == Frat.WOLVES and (ms_rose.relationship >= Relationship.FWB or v2_threaten_ms_rose):
AttributeError: 'PlayableCharacter' object has no attribute 'frat'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/v3/scene4.rpy", line 156, in script
if mc.frat == Frat.WOLVES and (ms_rose.relationship >= Relationship.FWB or v2_threaten_ms_rose):
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/v3/scene4.rpy", line 156, in <module>
if mc.frat == Frat.WOLVES and (ms_rose.relationship >= Relationship.FWB or v2_threaten_ms_rose):
AttributeError: 'PlayableCharacter' object has no attribute 'frat'
Windows-10-10.0.22000
Ren'Py 7.4.11.2266
College Kings 2 1.0.0s (SHA: d0189c5c)
Fri Jun 24 16:54:09 2022