Hmm ...Ok ... Now I can get the Mission Name on black to appear first thing ...then it stays black and the second title comes up ...but then it just stays black while I hear the mission behind . I am also getting a flicker when the second text appears. I would actually like the second text to appear while fading in to the scene.
Please tell me what I'm missing here:
"Init.sqs":titlecut [" ","BLACK OUT",0.001];
~.01
this exec "Col.Titles.sqs"
exit
;Titles Script:("Col.Titles.sqs")
TitleText ["BLAH BLAH BLAH By Mr.BoDean", "Plain"]
~3
TitleText ["We've been losing transports to Shilkas lately.", "Plain"]
~5
exit
Thanks.