game keeps bugging out for me after this update
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/plot/1/intro2.rpy", line 73, in script call
call screen office1()
File "game/sideq/1/1tara.rpy", line 129, in script call
call screen tararoom1() with Dissolve(0.5)
File "game/plot/2/2day2.rpy", line 65, in script call
call screen samantharoom1()
File "game/plot/2/2day2.rpy", line 65, in script call
call screen samantharoom1()
File "game/plot/2/2day2.rpy", line 65, in script call
call screen samantharoom1()
[Previous line repeated 3 more times]
File "game/plot/2/2day2.rpy", line 775, in script call
call screen parkinglot1()
File "game/plot/2/2day2.rpy", line 775, in script call
call screen parkinglot1()
File "game/plot/2/2day2.rpy", line 775, in script call
call screen parkinglot1()
[Previous line repeated 4 more times]
File "game/plot/2/2day3.rpy", line 13, in script call
call screen towerplaza1()
File "game/plot/2/2day3.rpy", line 13, in script call
call screen towerplaza1()
File "game/plot/2/2day3.rpy", line 13, in script call
call screen towerplaza1()
[Previous line repeated 1 more time]
File "game/plot/2/2day3.rpy", line 325, in script call
call screen office2()
File "game/plot/2/2day4.rpy", line 226, in script
$ sybillq += 1
File "game/plot/2/2day4.rpy", line 226, in <module>
$ sybillq += 1
NameError: name 'sybillq' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/plot/1/intro2.rpy", line 73, in script call
call screen office1()
File "game/sideq/1/1tara.rpy", line 129, in script call
call screen tararoom1() with Dissolve(0.5)
File "game/plot/2/2day2.rpy", line 65, in script call
call screen samantharoom1()
File "game/plot/2/2day2.rpy", line 65, in script call
call screen samantharoom1()
File "game/plot/2/2day2.rpy", line 65, in script call
call screen samantharoom1()
[Previous line repeated 3 more times]
File "game/plot/2/2day2.rpy", line 775, in script call
call screen parkinglot1()
File "game/plot/2/2day2.rpy", line 775, in script call
call screen parkinglot1()
File "game/plot/2/2day2.rpy", line 775, in script call
call screen parkinglot1()
[Previous line repeated 4 more times]
File "game/plot/2/2day3.rpy", line 13, in script call
call screen towerplaza1()
File "game/plot/2/2day3.rpy", line 13, in script call
call screen towerplaza1()
File "game/plot/2/2day3.rpy", line 13, in script call
call screen towerplaza1()
[Previous line repeated 1 more time]
File "game/plot/2/2day3.rpy", line 325, in script call
call screen office2()
File "game/plot/2/2day4.rpy", line 226, in script
$ sybillq += 1
File "D:\Program Files\Itch\shadow-over-blackmore\ShadowoverBlackmore-0.2.3b-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Program Files\Itch\shadow-over-blackmore\ShadowoverBlackmore-0.2.3b-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/plot/2/2day4.rpy", line 226, in <module>
$ sybillq += 1
NameError: name 'sybillq' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Shadow over Blackmore 0.2.3b
Sat Jan 14 08:34:03 2023
[/code]