Tired of single choice menus? So am I.
So I wrote this simple script that works around them as long as you use the 'enter' key to advance the dialogue. What it does is overrides the choice screen and checks how many items in the menu there are. If there is only 1 item, it sets that item as the default focus. So pressing enter will choose the single choice and advance past the menu.
This might not work on all games. Specifically ones that already modify the choice screen.
Edit: Updated to work with renpy versions older than 7.3.1.
So I wrote this simple script that works around them as long as you use the 'enter' key to advance the dialogue. What it does is overrides the choice screen and checks how many items in the menu there are. If there is only 1 item, it sets that item as the default focus. So pressing enter will choose the single choice and advance past the menu.
This might not work on all games. Specifically ones that already modify the choice screen.
Edit: Updated to work with renpy versions older than 7.3.1.
Last edited: