documentation index ◦ reference manual ◦ function index
Function: | renpy.choice_for_skipping | (): |
This is called to indicate to the skipping code that we have reached a choice. If we're skipping, and if the skip after choices preference is not True, then this disables skipping. This should only be needed in a custom interaction function.
TODO