Every time I click on Shaun's Mod I get this error:
	
	
	
			
	
		
			
		
		
	
								
		Code:
	
	I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/prologue.rpy", line 5, in script
    mc 1 "How long will I have to wait for her? When will she arrive? Shit, don't tell me I have to go there on foot!"
  File "game/mod/Shawn_Screens.rpy", line 41, in execute
  File "game/mod/Shawn_Screens.rpy", line 41, in execute
  File "game/mod/Shawn_Screens.rpy", line 50, in execute
  File "game/mod/Shawn_Screens.rpy", line 55, in execute
  File "game/mod/Shawn_Screens.rpy", line 95, in execute
  File "game/mod/Shawn_Screens.rpy", line 112, in execute
  File "game/mod/Shawn_Screens.rpy", line 114, in execute
  File "game/mod/Shawn_Screens.rpy", line 114, in keywords
  File "game/mod/Shawn_Screens.rpy", line 116, in keywords
NameError: name 'rach_rm_newlook' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/prologue.rpy", line 5, in script
    mc 1 "How long will I have to wait for her? When will she arrive? Shit, don't tell me I have to go there on foot!"
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/character.py", line 842, in do_display
    **display_args)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in visit_all
    callback(self)
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/screen.py", line 440, in per_interact
    self.update()
  File "/private/var/folders/74/l0pqdfl11tdglj_qpb1qb_pc0000gn/T/AppTranslocation/B6594B3C-BE14-4E06-AFE7-5433247AA3F4/d/PhotoHunt.app/Contents/Resources/autorun/renpy/display/screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/mod/Shawn_Screens.rpy", line 41, in execute
  File "game/mod/Shawn_Screens.rpy", line 41, in execute
  File "game/mod/Shawn_Screens.rpy", line 50, in execute
  File "game/mod/Shawn_Screens.rpy", line 55, in execute
  File "game/mod/Shawn_Screens.rpy", line 95, in execute
  File "game/mod/Shawn_Screens.rpy", line 112, in execute
  File "game/mod/Shawn_Screens.rpy", line 114, in execute
  File "game/mod/Shawn_Screens.rpy", line 114, in keywords
  File "game/mod/Shawn_Screens.rpy", line 116, in keywords
  File "<screen language>", line 116, in <module>
NameError: name 'rach_rm_newlook' is not defined
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Photo Hunt 0.13.4
Thu Dec  1 02:21:29 2022