I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 283, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 445, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/Home/Mom_Bedroom/mom_bed_events.rpy", line 50, in script call
call advance_time()
File "game/script.rpy", line 910, in script
python:
File "game/script.rpy", line 921, in <module>
event_system.run_on_time_events()
File "game/Classes/Logic_Classes/EventSystem.rpy", line 16, in run_on_time_events
a_function(time_of_day)
File "game/Classes/Logic_Classes/Chore.rpy", line 83, in update_chore_turnly
self.automation.move_automation_npc()
File "game/Classes/Logic_Classes/Chore.rpy", line 329, in move_automation_npc
self.automation_function()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 131, in firebrand_nerd_tidy_automation_action
if firebrand.is_at_location(firebrand_in_bedroom): #If they're in the room together put them at special clickables
File "game/Classes/Logic_Classes/Person.rpy", line 326, in is_at_location
return self.schedule.is_at_location(the_location, the_day, the_time)
File "game/Classes/Logic_Classes/Schedule.rpy", line 86, in is_at_location
elif planned_location in locations:
File "game/Classes/Display_Classes/ClickableBase.rpy", line 38, in __eq__
return self.name + self.unique_tag + self.location.name + self.target_label == other.name + other.unique_tag + other.location.name + other.target_label
AttributeError: 'Location' object has no attribute 'unique_tag'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 283, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 445, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/Home/Mom_Bedroom/mom_bed_events.rpy", line 50, in script call
call advance_time()
File "game/script.rpy", line 910, in script
python:
File "C:\Play\AVeryFullHouse-0.18.1-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Play\AVeryFullHouse-0.18.1-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 921, in <module>
event_system.run_on_time_events()
File "game/Classes/Logic_Classes/EventSystem.rpy", line 16, in run_on_time_events
a_function(time_of_day)
File "game/Classes/Logic_Classes/Chore.rpy", line 83, in update_chore_turnly
self.automation.move_automation_npc()
File "game/Classes/Logic_Classes/Chore.rpy", line 329, in move_automation_npc
self.automation_function()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 131, in firebrand_nerd_tidy_automation_action
if firebrand.is_at_location(firebrand_in_bedroom): #If they're in the room together put them at special clickables
File "game/Classes/Logic_Classes/Person.rpy", line 326, in is_at_location
return self.schedule.is_at_location(the_location, the_day, the_time)
File "game/Classes/Logic_Classes/Schedule.rpy", line 86, in is_at_location
elif planned_location in locations:
File "game/Classes/Display_Classes/ClickableBase.rpy", line 38, in __eq__
return self.name + self.unique_tag + self.location.name + self.target_label == other.name + other.unique_tag + other.location.name + other.target_label
AttributeError: 'Location' object has no attribute 'unique_tag'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
A Very Full House 0.18.1
Thu Sep 14 11:42:43 2023