You could probably remove the other options in the code but I would wager that would break the game somehow.
I'm not experienced enough in coding to even try.
And now I'm getting this error message as I try to play and I don't know what happened:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKdeclarations.rpy", line 175, in script
init -2 python:
File "game/BKdeclarations.rpy", line 175, in script
init -2 python:
File "game/BKdeclarations.rpy", line 643, in <module>
declare('side sill', 'NPC/Sill/portrait.webp', 'p', x=res_portrait_size, y=res_portrait_size, gallery=False),
NameError: name 'res_portrait_size' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "game/BKdeclarations.rpy", line 175, in script
init -2 python:
File "game/BKdeclarations.rpy", line 175, in script
init -2 python:
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/BKdeclarations.rpy", line 643, in <module>
declare('side sill', 'NPC/Sill/portrait.webp', 'p', x=res_portrait_size, y=res_portrait_size, gallery=False),
NameError: name 'res_portrait_size' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Tue May 21 23:02:56 2024