Thanks mac for the quick response, however, the script stuff you wrote still doesn't achieve the effect I am trying to produce.
I'll show you what I am trying to do.
=====================================================
_cam = "Camera" camcreate [0,0,0]
_cam cameraeffect ["internal","back"]
titlecut ["","black in",5]
titleCut ["","BLACK OUT",3]
titleCut ["","BLACK in",2]
_cam camsettarget M1
_cam camsetrelpos [-0.2,20,1.6]
_cam camcommit 0
@camcommitted _cam
titleText ["Paris, 10th July.","BLACK OUT",5] < this is the text I want on a black background in the center of the screen
~7
titleText ["\nDiplomats said to be linked \nwith fugitive terrorist \nknown as Carlos.","BLACK OUT",3] < this too.
~3
cutobj ["TVSet","plain down"]
~5
titleText ["\nCNN News \nCuban diplomats expelled.","PLAIN DOWN",5]
~7
r1 switchmove "Effectstandtalk"
titleText ["\nEarlier today France expelled three high-ranking Cuban diplomats \nin connection with the world-wide search for a man called Carlos, \nwho is believed too be an important link in an international terrorist network.","PLAIN DOWN",1]
~8
_cam camsetrelpos [-0.2,20,1.6]
_cam camcommit 5
@camcommitted _cam
~3
r1 switchmove "Effectstandtalk"
titleText ["\nThe suspect, whose real name is thought to be Ilich Ramirez Sanchez, \nis being sought in the killing of two French counter-intelligence agents and a Lebanese informer \nat a Latin Quarter apartment on the 27th of June.","PLAIN DOWN",1]
~8
_cam camsetrelpos [-0.2,20,1.6]
_cam camcommit 5
@camcommitted _cam
~3
r1 switchmove "Effectstandtalk"
titleText ["\nThe three killings have led the police in America and Britain to \nwhat they feel is the trail of a major network of international terrorist agents.\nIn the search for Carlos after the killings, French and British policemen","PLAIN DOWN",1]
~8
_cam camsetrelpos [-0.2,20,1.6]
_cam camcommit 5
@camcommitted _cam
~3
r1 switchmove "Effectstandtalk"
titleText ["\ndiscovered large arms caches that linked Carlos to major terrorism in \nWest Germany and led them to suspect a connection between many \nterrorist acts throughout Europe.","PLAIN DOWN",1]
~8
r1 switchmove "Effectstandtalk"
titleText ["\nWait a second... \nYes, here come the three expelled diplomats now.","PLAIN DOWN",1] < at this point I want the camera to target d1 but not move only turn to watch him.
~4
_cam camsettarget d1
_cam camsetrelpos [4,10,1.6]
_cam camcommit 5
@camcommitted _cam
r1 dotarget d1
~3
endcut = true
======================================================
Any suggestions?