I need to make the script utter some of voice files, but I'd like to do it without subtitles - that is, general subtitles may or may not be turned on, but these particular files I want to be "uncommented". Now, the Say command doesn't work without a text argument nor with an empty text argument. All I can do is to make it like
Say "path\voicefile.mp3" " " with the second argument being a single space, but it makes that single space to be shown as an empty subtitle bar, which looks messy. The only alternative I see is to recode all those files as .wavs, declare them as game sounds, and use PlaySound, but that's a messy way too. Is there any other possibility I overlooked?