I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 222, 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 381, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/shower_events.rpy", line 34, in script call
call slacker_walkin_normal() #Slacker walks in on you as you're geting out of the shower. Mirror of starting event, but you're much more confident at higher CL.
File "game/Locations/shower_events.rpy", line 306, in script
$ slacker.schedule.set_override_clickable(slacker_bathroom) # NOTE: THis means you'll be able to turn around and perv on him right away. I need to write that event with that in mind.
File "game/Locations/shower_events.rpy", line 306, in <module>
$ slacker.schedule.set_override_clickable(slacker_bathroom) # NOTE: THis means you'll be able to turn around and perv on him right away. I need to write that event with that in mind.
NameError: name 'slacker_bathroom' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 222, 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 381, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/shower_events.rpy", line 34, in script call
call slacker_walkin_normal() #Slacker walks in on you as you're geting out of the shower. Mirror of starting event, but you're much more confident at higher CL.
File "game/Locations/shower_events.rpy", line 306, in script
$ slacker.schedule.set_override_clickable(slacker_bathroom) # NOTE: THis means you'll be able to turn around and perv on him right away. I need to write that event with that in mind.
File "G:\Gianni\web\A Very Full House\AVeryFullHouse-0.5.0-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\Gianni\web\A Very Full House\AVeryFullHouse-0.5.0-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Locations/shower_events.rpy", line 306, in <module>
$ slacker.schedule.set_override_clickable(slacker_bathroom) # NOTE: THis means you'll be able to turn around and perv on him right away. I need to write that event with that in mind.
NameError: name 'slacker_bathroom' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.1.22070801
A Very Full House 0.5.0
Tue Dec 6 13:26:41 2022