Never in my life have I seen one question start flirting with a question of the same gender, but then I probably go to the wrong sort of bars.
Either way the answer tothe first question is to use a camera script. You get much better control over camera scenes using a script.
Somthing like;
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]
_cam camsettarget UnitName
_cam camsetrelpos [0, 0, 0]
_cam camcommit 0
_cam camsetpos (getpos LogicName)
_cam camsettarget UnitName
_cam camcommit 0
@camcommitted _cam
Should do the trick.
As for the line break in text, use \n. This only gives a ine break. If you want a pause you probably want to use a seperate trigger (if you are using triggers), or put a ~number in your script to denote pause.