I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8042, in script call
$ the_greeter.call_dialogue("work_enter_greeting")
File "game/personalities.rpy", line 1628, in script
"[the_person.title] walks over to you when you come into the room."
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "game/script.rpy", line 5038, in execute
screen person_info_ui(the_person): #Used to display stats for a person while you're talking to them.
File "game/script.rpy", line 5038, in execute
screen person_info_ui(the_person): #Used to display stats for a person while you're talking to them.
File "game/script.rpy", line 5063, in execute
frame:
File "game/script.rpy", line 5070, in execute
hbox:
File "game/script.rpy", line 5075, in execute
vbox:
File "game/script.rpy", line 5086, in execute
for role in the_person.special_role:
File "game/script.rpy", line 5087, in execute
if not role.hidden:
AttributeError: 'Role' object has no attribute 'hidden'