Hi, I installed your mod but got this when I tried to start the game - it didn't start up, just produced this log of the event:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mod/scripts/encyclopaedia_screens.rpy", line 332, in <module>
AttributeError: 'StoreModule' object has no attribute 'scrollbar_borders'
-- 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/mod/scripts/encyclopaedia_screens.rpyc", line 331, in script
File "game/mod/scripts/encyclopaedia_screens.rpyc", line 331, in script
File "renpy/ast.py", line 2692, in execute
self.apply()
File "renpy/ast.py", line 2675, in apply
value = renpy.python.py_eval(expr)
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/mod/scripts/encyclopaedia_screens.rpy", line 332, in <module>
AttributeError: 'StoreModule' object has no attribute 'scrollbar_borders'
Any idea to fix this? Thanks in advance!