Is it possible to do this to sounds?

Is it possible to alter the volume of sounds? Like how you can do volume music (volume) (time), but can you do volume sound (volume) (time)? I tried it and the script accepted it as a command, but I don’t hear any difference with the sound volume…

I’d try to help, but I don’t have much experience with sounds in Episode. Sorry! Good luck with your story though :slight_smile:

1 Like

Did you try putting the volume code before the actual sounds? so:

volume sound 20 0
sound crash

If you did, then try testing it out in the app (I think the volume command is more effective with music though, so if the sound is short you probably won’t hear that much of a difference)

1 Like

Hmmm is there a way to make the sound fade in / out? The reason why I want to do this is because the portal won’t allow me to use one music, stop it, then use another immediately after, like this:

MUSIC1

(DIALOGUE)

MUSIC FADE OUT COMMAND
MUSIC OFF

MUSIC2

(DIALOGUE)

Because it keeps telling me I can’t use one music right after the other, so I’m just using the command music (music) then sound (music track)

Oh okay try placing and &pause for 0.2 between the music codes so:

music music_whimsicalpiano
volume music 0 3000
&pause for 0.3
volume music 50 3000
music music_waltz

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.