Damn, I wouldn't have a clue...this is usually how I do it:
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]
_cam camsettarget man1
_cam camsetrelpos [0,0,0]
_cam camcommit 0
@camcommitted _cam
~0
titlecut [" ","BLACK IN",2]
~0
_cam camsetrelpos [0,0,0]
_cam camcommit 0
@camcommitted _cam
~0
titlecut [" ","BLACK OUT",2]
~0
_cam cameraeffect ["terminate", "back"]
camdestroy _cam
exit
That's the basic system I use...not to familiar with your but try doing something like that.
Sorry, probably didn't help much eh
O'Neil