Full traceback:
File "F:\LustHunter-0.2.0-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "F:\LustHunter-0.2.0-pc\renpy\main.py", line 513, in main
run(restart)
File "F:\LustHunter-0.2.0-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "F:\LustHunter-0.2.0-pc\renpy\execution.py", line 876, in run_context
context.run()
File "village_tavern.rpyc", line 361, in script
File "F:\LustHunter-0.2.0-pc\renpy\ast.py", line 1861, in execute
self.call("execute")
File "F:\LustHunter-0.2.0-pc\renpy\ast.py", line 1849, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\LustHunter-0.2.0-pc\renpy\statements.py", line 203, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\LustHunter-0.2.0-pc\renpy\exports.py", line 2755, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\LustHunter-0.2.0-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\LustHunter-0.2.0-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\LustHunter-0.2.0-pc\renpy\display\core.py", line 3158, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "F:\LustHunter-0.2.0-pc\renpy\display\core.py", line 2075, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 487, in renpy.display.render.render_screen
File "render.pyx", line 235, in renpy.display.render.render
File "F:\LustHunter-0.2.0-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "F:\LustHunter-0.2.0-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render