How to use the choice panel in python

This is my code:

#test_code
gui.hud.show_choice_panel(
        question='question',
        answer1='thing',
        answer1='thing2',
        answer3='thing3',
        answer4='thing4',
        on_answer=#i don't know what to type,  
    )

I don’t know what to type in the “on_answer” thing, i use on_answer=callable[1]. Please help

I made this one. try it!

If you click the girl, choice panel will pop up.

1 Like

I would be very interested in checking this, but the link is not working