- Jul 10, 2018
- 3
- 0
Getting this error when starting a new game also, with or without the patch :/Anyone else also facing issues as below?
While running game code:
File "game/12b.rpy", line 11, in script
mc "I'm back. {i}I hope she's finally ready to tell me what's going on between her and dad.{/i} Sorry, it took longer than I expected."
Exception: Sayer 'mc' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/12b.rpy", line 11, in script
mc "I'm back. {i}I hope she's finally ready to tell me what's going on between her and dad.{/i} Sorry, it took longer than I expected."
File "D:\Microsoft Office Professional Plus-2016-2019(x86x64)\New folder (2)\My pleasure\MyPleasure-0.14-Elite-Eng-pc\renpy\ast.py", line 678, in execute
who = eval_who(self.who, self.who_fast)
File "D:\Microsoft Office Professional Plus-2016-2019(x86x64)\New folder (2)\My pleasure\MyPleasure-0.14-Elite-Eng-pc\renpy\ast.py", line 576, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'mc' is not defined.
I tried to run the game with and without the patch, and the error is consistent whenever the MC is to speak. Thoughts?
Edit: added the traceback. Error keeps popping up, whether it is a fresh download, or a compressed version, or anything
Last edited: