While running game code:
File "game/season2/scripts/update5.rpy", line 5267, in script
scrappy "Isabella will later reject you if you choose to continue with Cathy"
Exception: Sayer 'scrappy' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/season2/scripts/update5.rpy", line 5267, in script
scrappy "Isabella will later reject you if you choose to continue with Cathy"
File "renpy/ast.py", line 681, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 574, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'scrappy' is not defined.