renpy.restart_interaction
Function: renpy.restart_interaction( | ) |
Calling this restarts the current interaction. This will immediately end any ongoing transition, and will call all of the overlay functions again.
This should be called whenever widgets are added or removed over the course of an interaction, or when the information used to construct the overlay changes.
Example
TODO