So, going from act 1 to 2 gave me this error:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scenario/chapter1/trainer_house.rpy", line 167, in <module>
TypeError: utter_restart() got an unexpected keyword argument 'save'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scenario/loop.rpyc", line 166, in script call
File "scenario/loop.rpyc", line 62, in script call
File "scenario/loop.rpyc", line 10, in script call
File "scenario/chapter1/trainer_house.rpyc", line 167, in script
File "K:\New folder (4)\AttackOnSurveyCorps-0-15-0-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "K:\New folder (4)\AttackOnSurveyCorps-0-15-0-pc\renpy\python.py", line 1120, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scenario/chapter1/trainer_house.rpy", line 167, in <module>
TypeError: utter_restart() got an unexpected keyword argument 'save'
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.23112407+nightly
Attack on Survey Corps 0.15.0
Tue Dec 5 02:48:00 2023
```
Anyone knows what is going on???