Crashing on choice_screen
Posted: Fri Apr 15, 2016 5:16 am
Hi! I'm trying to make a choice_screen for my game through python: but it keeps crashing.
I get to make the choice but it crashes because: "TypeError: 'str' object is not callable" but if I leave out the quotations it messes up in other ways.
I appreciate all help I can get!
Code: Select all
result = [(kiss[1][1][0].text, 'renpy.jump("start")', ''), (kiss[1][1][1].text, 'renpy.jump("home_scene")', ''), (kiss[1][1][2].text, 'renpy.jump("school_scene")', '')]
renpy.call_screen('choice', items=result)I appreciate all help I can get!