Here is my intro cam script. I have left it unfinished because it is easier for me to put the cutscenes together that way. However, it should be going to the targets regardless of the script being done or not.
;Introcam.sqs
;Intro sequence for the mission Operation D
_cam = "camera" camcreate [0,0,1]
_cam cameraeffect ["internal", "back"]
;start
_cam camsettarget cX
_cam camsetrelpos [5, 3, 1.5]
_cam camcommit 0
~0.5
hint "activated"
titlecut ["", "Black In", 2]
~2
_cam camsettarget c1
_cam camsetrelpos [5,3,1.5]
_cam camcommit 0
titletext ["Sarugao Island", "PLAIN DOWN", 5]
~5.5
_cam camsettarget c2
_cam camsetrelpos [-5, 3, 1.5]
_cam camcommit 5.5
~8
titlecut ["As the Soviets steadily increased thier hold on the island, public dissent occurred", "plain down", 7]
~7.5
titlecut ["", "plain down", 2]
~2