- Sep 23, 2021
- 97
- 66
I think to fix that should be like this :I got this error after my encounter with Ciara during "Papers Plase":
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 63, in script call python: File "game/Scripts/Scenes/papers_please.rpy", line 833, in script $ Characters[18].Glossary[1] = Metamorph File "game/Scripts/Scenes/papers_please.rpy", line 833, in <module> $ Characters[18].Glossary[1] = Metamorph NameError: name 'Metamorph' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 63, in script call python: File "game/Scripts/Scenes/papers_please.rpy", line 833, in script $ Characters[18].Glossary[1] = Metamorph File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/Scripts/Scenes/papers_please.rpy", line 833, in <module> $ Characters[18].Glossary[1] = Metamorph NameError: name 'Metamorph' is not defined Windows-10-10.0.19041 Ren'Py 7.4.11.2266 The Bite Revenant Sun Sep 4 22:43:50 2022
$ Characters[18].Glossary[1] = "Metamorph"
Because that suppose to fill Ciara Glossary Power from ??? become Metamorph.
You don't have permission to view the spoiler content.
Log in or register now.
I also find another typo minor bug in Choices.rpy, about choices made for ciara trust here:
You don't have permission to view the spoiler content.
Log in or register now.