Skip to content

Instantly share code, notes, and snippets.

@renpytom
Created June 29, 2019 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renpytom/af879a11249c5aeff2824ace08b24918 to your computer and use it in GitHub Desktop.
Save renpytom/af879a11249c5aeff2824ace08b24918 to your computer and use it in GitHub Desktop.
textbutton _("Change Name") action ui.callsinnewcontext("change_name")
default name = "Marty Stu"
label change_name:
$ name = renpy.input("What's your name?", default=name) or name
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment