Hi,
I used your latest mod for the updated Chapter 9 on Steam as well as downloaded from this site, and I get a key error: retain. I did remove the mod to try, but I still got the error, so I'm trying to rule out an error from the mod before I report this issue to the developer. The traceback text is as follows:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter09/09_01.rpy", line 8, in script
mc "Sure. No problem. How do I do that?"
KeyError: 'retain'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapter09/09_01.rpy", line 8, in script
mc "Sure. No problem. How do I do that?"
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\character.py", line 1301, in __call__
return Character(kind=self, **kwargs)(what, interact=interact, _call_done=_call_done, multiple=multiple, _mode=_mode, _with_none=_with_none)
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\character.py", line 1721, in Character
return type(kind)(name, kind=kind, **properties)
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\character.py", line 910, in __init__
retain=d('retain'),
File "C:\Users\ruby_\Desktop\Some Fun\Itchio Games\Between2Worlds_Chapters\BetweenTwoWorlds-Chapter9-pc\renpy\character.py", line 871, in d
return kind.display_args[n] # type: ignore
KeyError: 'retain'
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Between Two Worlds Chapter9
Sat Sep 14 19:24:12 2024
-----------------------------------------------------
Any ideas as to what the problem is from the above information? If I ignore and continue, the "retain" error pops up in future scenes as well.