```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "01OrcCamp Phase 01.rpyc", line 98, in script call
File "01OrcCamp Phase 01.rpyc", line 2131, in script call
File "Shop/Shop System.rpyc", line 227, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3907, in interact_core
rv = renpy.display.focus.mouse_handler(ev, x, y)
File "renpy/display/focus.py", line 418, in mouse_handler
return change_focus(new_focus, default=default)
File "renpy/display/focus.py", line 370, in change_focus
set_focused(current, newfocus.arg, newfocus.screen)
File "renpy/display/focus.py", line 110, in set_focused
new_tooltip = widget._get_tooltip()
File "renpy/display/behavior.py", line 762, in _get_tooltip
return get_tooltip(self.action)
File "renpy/display/behavior.py", line 382, in get_tooltip
return func()
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
Windows-10-10.0.19041
Ren'Py 7.4.3.1414
Kingdom of Deception 0.11.5
Mon Mar 22 16:17:19 2021
```