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