Strange. It looks like in your code the character 'ca' is not defined.Wanted to play, but got this Error:
While running game code:
Exception: Sayer 'ca' is not defined.
Anybody knows ho to fix it? I have searched the Thread but only found two People with the same Problem, but no Solution...
In your "script.rpy" file you should have the following line which define such a character:
Code:
default ca = Character("???", who_color="#7c23b0")#Carol
Consider redownloading it.
Also, since the full traceback begins as follows:
You don't have permission to view the spoiler content.
Log in or register now.
it seems like you were in the middle of the Jessica Goodbye Story when the error occurred... I mean: this is towards the end of the game, and if I remember correctly it is not the first time a dialogue of the "ca" character is displayed, so it's very strange that this error did not show up before.
It seems like you edited the source code and reloaded the scripts after modifying it in the middle of the game: can it be?