$ renpy.call_screen("cam_" + vars["cam"])
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/main.rpy", line 11, in <module>
$ renpy.call_screen("cam_" + vars["cam"])
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/cams/3p.rpy", line 2, in execute
screen cam_3p:
File "game/cams/3p.rpy", line 2, in execute
screen cam_3p:
File "game/cams/3p.rpy", line 235, in execute
use toolbar
File "game/ui/toolbar.rpy", line 4, in execute
screen toolbar:
File "game/ui/toolbar.rpy", line 4, in execute
screen toolbar:
File "game/ui/toolbar.rpy", line 20, in execute
frame:
File "game/ui/toolbar.rpy", line 69, in execute
button ysize 100 xsize 200 action NullAction() xalign 1.0 xoffset 0 yoffset 0 xpadding 0 ypadding 0:
File "game/ui/toolbar.rpy", line 70, in execute
hbox spacing 15 xalign 1.0:
File "game/ui/toolbar.rpy", line 72, in execute
use btn( id="btn_phone", images=["gui/button/btn_phone.png", "gui/button/btn_phone_on.png", "gui/button/btn_phone_selected.png"], size=[76,76], tooltip="Phone", actions=[ToggleDict(options, "show_phone")], selection=(options["show_phone"] == True) , offset=[0,12] )
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\ast.py", line 188, in evaluate
kwargs[k] = renpy.python.py_eval(v, locals=scope)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "G:\test\Milfcreek-0.3d-pc\Milfcreek-0.3d-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/ui/toolbar.rpy", line 72, in <module>
use btn( id="btn_phone", images=["gui/button/btn_phone.png", "gui/button/btn_phone_on.png", "gui/button/btn_phone_selected.png"], size=[76,76], tooltip="Phone", actions=[ToggleDict(options, "show_phone")], selection=(options["show_phone"] == True) , offset=[0,12] )
KeyError: u'show_phone'
same error since first release.. not even fixed yet ..