Reference Manual: (offline | online) Quickstart: (offline | online)

renpy.last_interact_type

Example

# Fade out the NVL-window, if it was showing.

if renpy.last_interact_type() == "nvl":
    $ renpy.reshow_say()
    with None
    with dissolve
Reference Manual: (offline | online) Quickstart: (offline | online)