I've had some problems with keeping it faded out too, so try this (it's worked for me)
titleCut["","BLACK OUT",10]
~0.01
titleCut["","BLACK IN",0.01]
~0.01
titleCut["","BLACK OUT",0.01]
Script here
titleCut["","BLACK IN",5]
It looks weird and stupid, I know. But it works, at least for me.
Wait, I know what yer doing wrong. Your script will have it wait for 10 seconds before moving on after the first titleCut. That just about covers the fade out.
Directly after the fade out, all the commands will be executed, and the fade in will come directly after.
Try this instead.
; fade back in over 10 seconds
titlecut [" ","BLACK OUT",10]
~30 !!!!Anything above 10 will be the pause here, so 30 equals a 20 second pause, 20 equals a 10 second pause, and 100 equals a 90 second pause ;D
ColStuart playmove "FXStandFromTable"
ColStuart setPos [1614, 5370]
Silvers_1 setPos [1610, 5369.42]
Wess_1 setPos [1609.97, 5368.85]
Tuttle_1 setPos [1609.26, 5367.59]
Landers_1 setPos [1609.79, 5371.16]
Silvers_1 doStop
Wess_1 doStop
Tuttle_1 doStop
Landers_1 doStop
Silvers_1 doWatch "Table"
Wess_1 doWatch "Table"
Tuttle_1 doWatch "Table"
Landers_1 doWatch "Table"
; fade in over 4 seconds
titlecut ["0620 BRIEFING","BLACK IN",4]
Man, can't believe I overlooked that one, lol.