I would like to create a narrator that is only present when self-voicing is on.
I have not found a way to determine when self-voicing is on (there is self-voicing documentation, but nothing code-wise) so I'm at a loss here.
Desire for a narrator for only self-voicing mode [SOLVED]
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.
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.
- ArachneJericho
- Regular
- Posts: 196
- Joined: Sun Jun 22, 2014 2:04 am
- Projects: Kaguya Hime
- Tumblr: mousedeerproductions
- Location: Seattle, WA, USA
- Contact:
Desire for a narrator for only self-voicing mode [SOLVED]
Last edited by ArachneJericho on Thu Nov 06, 2014 2:19 am, edited 1 time in total.
Re: Desire for a narrator for only self-voicing mode
Is this what you were looking for?ArachneJericho wrote:I would like to create a narrator that is only present when self-voicing is on.
I have not found a way to determine when self-voicing is on (there is self-voicing documentation, but nothing code-wise) so I'm at a loss here.
From http://www.renpy.org/doc/html/self_voicing.htmlDescriptive Text
Descriptive text is text that is displayed (and spoken) by the narrator if self-voicing is enabled. The text is not displayed if self-voicing is disabled. Self voicing text uses the sv variable, which is defined to be similar to a character.
sv = ...
A character-like object that uses the narrator to speak text if self-vocing is enabled.
For example:
Code: Select all
e "Hang on, this is gonna be a bumpy ride!" sv "And then the sun exploded..." # A complex and exciting cut scene. show event sun_exploding pause 10
- ArachneJericho
- Regular
- Posts: 196
- Joined: Sun Jun 22, 2014 2:04 am
- Projects: Kaguya Hime
- Tumblr: mousedeerproductions
- Location: Seattle, WA, USA
- Contact:
Re: Desire for a narrator for only self-voicing mode
I am so embarassed right now. Thank you.
Who is online
Users browsing this forum: Google [Bot]
