I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/actions.rpy", line 314, in <module>
File "game/functions.rpy", line 70, in showActions
TypeError: 'Null' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 111, in script call
File "actions.rpyc", line 314, in script
File "E:\Teacher's Pets v2.06.1\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Teacher's Pets v2.06.1\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/actions.rpy", line 314, in <module>
File "game/functions.rpy", line 70, in showActions
File "E:\Teacher's Pets v2.06.1\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Teacher's Pets v2.06.1\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Teacher's Pets v2.06.1\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Teacher's Pets v2.06.1\renpy\display\core.py", line 3375, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Teacher's Pets v2.06.1\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Teacher's Pets v2.06.1\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Teacher's Pets v2.06.1\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Teacher's Pets v2.06.1\renpy\display\screen.py", line 667, in event
rv = self.child.event(ev, x, y, st)
File "E:\Teacher's Pets v2.06.1\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Teacher's Pets v2.06.1\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Teacher's Pets v2.06.1\renpy\display\behavior.py", line 897, in event
return handle_click(self.clicked)
File "E:\Teacher's Pets v2.06.1\renpy\display\behavior.py", line 832, in handle_click
rv = run(action)
File "E:\Teacher's Pets v2.06.1\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
TypeError: 'Null' object is not callable
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Teacher's Pets 2.061