Skip to content

Instantly share code, notes, and snippets.

@videlais
Created July 26, 2018 10:03
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 videlais/c64ab40a6dbef3db89632ae1c6e5d0fb to your computer and use it in GitHub Desktop.
Save videlais/c64ab40a6dbef3db89632ae1c6e5d0fb to your computer and use it in GitHub Desktop.
Custom Statements - Script.rpy
define e = Character('Eileen', color="#c8ffc8")
label start:
line e "These quotes will show up," Eileen said, "and don't need to be backslashed."
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment