Having issues triggering sound with via MasterAudio
Posted: Sun Apr 15, 2018 5:54 am
Hi guys,
I've been trying to use the 'Sequence' field in an individual dialogue node to trigger a piece of background diegetic music.
If I type
I don't understand how to format the syntax for the extra parameters when all I want is to set the volume at 1. Is it this?
I've been trying to use the 'Sequence' field in an individual dialogue node to trigger a piece of background diegetic music.
If I type
I can see MasterAudio is triggering the file but for some reason the volume is defaulting to 0.MAPlaySound(BackgroundMusic)
I don't understand how to format the syntax for the extra parameters when all I want is to set the volume at 1. Is it this?
Sorry for the noob question (not a coder)! ThanksMAPlaySound(BackgroundMusic, , 1, , , , )