Anyone know how to fix this error?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/s3ep1.rpy", line 58, in <module>
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "s3ep1.rpyc", line 58, in script
File "/Applications/renpy-7.3.4-sdk/renpy/ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/renpy-7.3.4-sdk/renpy/python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/s3ep1.rpy", line 58, in <module>
File "/Applications/renpy-7.3.4-sdk/renpy/exports.py", line 1480, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "/Applications/renpy-7.3.4-sdk/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Applications/renpy-7.3.4-sdk/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Applications/renpy-7.3.4-sdk/renpy/display/core.py", line 3515, in interact_core
rv = renpy.display.focus.mouse_handler(ev, x, y)
File "/Applications/renpy-7.3.4-sdk/renpy/display/focus.py", line 407, in mouse_handler
return change_focus(new_focus, default=default)
File "/Applications/renpy-7.3.4-sdk/renpy/display/focus.py", line 362, in change_focus
set_focused(current, newfocus.arg, newfocus.screen)
File "/Applications/renpy-7.3.4-sdk/renpy/display/focus.py", line 109, in set_focused
new_tooltip = widget._get_tooltip()
File "/Applications/renpy-7.3.4-sdk/renpy/display/behavior.py", line 749, in _get_tooltip
return get_tooltip(self.action)
File "/Applications/renpy-7.3.4-sdk/renpy/display/behavior.py", line 363, in get_tooltip
rv = get_tooltip(i)
File "/Applications/renpy-7.3.4-sdk/renpy/display/behavior.py", line 373, in get_tooltip
return func()
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
Darwin-19.3.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
RetrievingThePastSeasonThree vs3.3.0
Sat Mar 21 08:03:43 2020