when playing sabaac i immediately click on the white "card" at the middle of the table and got this uncaught exception
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/definitions.rpy", line 1322, in <module>
File "game/sabacc.rpy", line 212, in interact
File "game/cardgame.rpy", line 373, in event
AttributeError: 'NoneType' object has no attribute 'click'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 741, in script call
File "definitions.rpyc", line 1320, in script
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/definitions.rpy", line 1322, in <module>
File "game/sabacc.rpy", line 212, in interact
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "game/cardgame.rpy", line 373, in event
AttributeError: 'NoneType' object has no attribute 'click'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Jedi Trainer 0.7
Sun Nov 27 16:52:21 2022
[/code]