Is the following possible?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Ja sam gost

Is the following possible?

#1 Post by Ja sam gost »

Is the following possible?

I wanted to try and make a line much like the following:
“I never got accustomed to it” she says.

Well the problem is that renpy doesn´t allow that. I could just use prefix and suffix but the “she says” would get lost and I would really like to use that.

How could I make something like that working?

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Is the following possible?

#2 Post by PyTom »

You can use backslashes to escape the quotes.

"\"I never got accustomed to it\", she said."

or use single quotes or back-ticks instead.

'"I never got accustomed to it", she said.'

`"I never got accustomed to it", she said.`
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Ja sam gost

Re: Is the following possible?

#3 Post by Ja sam gost »

Thx PyTom

the first method worked just fine.

Post Reply

Who is online

Users browsing this forum: Google [Bot]