- Feb 19, 2019
- 26
- 16
I get this error on only my save, when trying to get Ren to join MC and lawyer in the office:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Sayer 'LawSecretary.Say' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 835, in script call
File "loc_FLawyerFirm.rpyc", line 329, in script call
File "loc_FLawyerFirm.rpyc", line 521, in script
File "renpy/ast.py", line 890, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 783, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'LawSecretary.Say' is not defined.
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
Straitened Times 0.45.1
Thu Dec 21 12:47:00 2023
```
```
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Sayer 'LawSecretary.Say' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 835, in script call
File "loc_FLawyerFirm.rpyc", line 329, in script call
File "loc_FLawyerFirm.rpyc", line 521, in script
File "renpy/ast.py", line 890, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 783, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'LawSecretary.Say' is not defined.
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
Straitened Times 0.45.1
Thu Dec 21 12:47:00 2023
```