Voice not playing, but 'Play Voice' works
Posted: Sun Feb 07, 2016 9:54 pm
I want to make my first Visual Novel.
I have been going through the tutorials and playing around with RenPy.
It is a really great program.
For some reason, when I execute this below nothing plays.
If I switch it 'voice' to 'play voice' it plays fine, (so there is nothing wrong with my file or path)
but I want it to run with voice, so I can use (or not use) sustain.
Does anyone know what could be causing this?
I have been going through the tutorials and playing around with RenPy.
It is a really great program.
For some reason, when I execute this below nothing plays.
Code: Select all
voice "angela.ogg"
angela "say something"
voice sustain
but I want it to run with voice, so I can use (or not use) sustain.
Does anyone know what could be causing this?