Snippets

SinnyStar [Ren'Py] Empty say window by default on choice menu

Created by Sinny Star
screen choice(items):
 
    # Create a new instance of the say window:
    # Have the narrator/None character say this every time a choice appears
    # In this case, a new line character
    use say(None, "\n")
 
    # ...
 
init -1:
    # Remove the original say window
    $ config.narrator_menu = False

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.