I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch91.rpy", line 442, in script call
call driveTo( "Solo_Night", "You head back to Jennie's apartment..." )
File "game/functions.rpy", line 1064, in script call
return
File "game/functions.rpy", line 282, in script
python:
File "game/functions.rpy", line 330, in <module>
if tmp.abbr == "":
AttributeError: 'ADVCharacter' object has no attribute 'abbr'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ch91.rpy", line 442, in script call
call driveTo( "Solo_Night", "You head back to Jennie's apartment..." )
File "game/functions.rpy", line 1064, in script call
return
File "game/functions.rpy", line 282, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/functions.rpy", line 330, in <module>
if tmp.abbr == "":
AttributeError: 'ADVCharacter' object has no attribute 'abbr'