- Aug 18, 2019
- 702
- 507
I am having errors in selling pictures to Henry
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 12719, in <module>
File "renpy/common/00action_data.rpy", line 226, in get_selected
rv = __get_field(self.object, self.field, self.kind)
File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable gallery_olivia_2_selected_picture does not exist.
I looks like the olivia picture isn't there, is there a way to fix this?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 12719, in <module>
File "renpy/common/00action_data.rpy", line 226, in get_selected
rv = __get_field(self.object, self.field, self.kind)
File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable gallery_olivia_2_selected_picture does not exist.
I looks like the olivia picture isn't there, is there a way to fix this?