I can't get playsound to work. What am I doing wrong?
This works:
loon1 say "civvy1"
The sound file plays and the text from the stringtable.csv appears on the screen. All fine.
But because the camera moves away from the speaker, I can't use say for some lines - you can't hear it. The problem is that when I have:-
playSound "civvy1"
no sound is played. However, the text still appears on the screen. (Should that happen with playsound? I've never done any sound stuff before.) I've checked that sound volume is 1 with a debug hint. No error messages or anything. What am I missing? Is there a better way of doing this voiceover thing?
Many thanks.