Gaa nothing. It didn't work. I thought that number just made it take 10 secs for the text to show...

I dunno, this is wanderin into cam/sound territory.... :-\
Anyways I'm thinking the problem is with the .ext and the sound.
class File1
   {
      // Name to display in mission editor
      name = "File1";
      // Sound path, volume, pitch
      sound[] = {\sound\File1.ogg, db + 0, 1.0};
      // Sound title text (set to no text)
      titles[] = {0, ""};
   };
The problem is with the sound title text. Its set to no text or something and I'm not sure what to do. I deleted the
{0, ""}; part and it still didn't work. Then I deleted the whole
// Sound title text (set to no text)
      titles[] = {0, ""};
And still nothing....

Thanks anyways Planck.
EDIT:::::
Wow, got something. Getting late so I can't fully test it. Damn that dentist appointment!

Changed:
titles[] = {0, ""};
TO
titles[] = {1, ""};
and the text showed for about a sec or so... I'll try some more later. If I'm correct, plz say so in the thread. If I'm wrong, plz yell at me.

*yawns and rubs moniter induced sleepiness from eyes*