Hi there GRK,
When i make my cutscenes i prefer to get all my units in place, with all the waypoints etc. Than i use the camera.sqs, find the angle i want and than put the camera where i want it and i paste it. I wud find it difficult to do my cutscenes in an empty area cos ur not gonna know where ur units are etc.
But woteva u find comfortable use it.
With ur problem i dnt really understand wot ur doin putting it under a different mission name. Wot i do is create my intro and outro's within the same mission and save it in the same folder.
Sorry i dnt really know wots wrong with it, heres part of an intro script that i used in my mission, if u can use that for guidance:
;=== 18:16:21
_camera = "camera" camcreate [0,0,0]
_camera cameraeffect ["internal", "back"]
_camera camSetTarget [97656.91,45800.91,-12437.91]
_camera camSetPos [8533.19,2198.74,79.74]
_camera camSetFOV 0.700
_camera camCommit 0
@camCommitted _camera
Titletext["Gooner861 presents","BLACK IN",10]
_camera camSetTarget [89693.27,-11112.47,51098.77]
_camera camSetPos [5020.26,3851.84,7.07]
_camera camSetFOV 0.700
_camera camCommit 0
@camCommitted _camera
~3
;=== 15:32:22
_camera camSetTarget [86431.63,60802.51,-11316.81]
_camera camSetPos [5022.60,3850.76,6.86]
_camera camSetFOV 0.700
_camera camCommit 4
@camCommitted _camera
~4
;=== 15:33:09
playMusic"Song5"
5 fademusic 2;
_camera camSetTarget [-91453.33,7490.20,-25752.14]
_camera camSetPos [5094.77,3882.20,6.21]
_camera camSetFOV 0.700
_camera camCommit 6
@camCommitted _camera
~3
;=== 15:36:53
_camera camSetTarget [103830.11,26.26,-15180.37]
_camera camSetPos [5070.44,3886.73,1.80]
_camera camSetFOV 0.700
_camera camCommit 0
@camCommitted _camera
~2
One thing i dnt get from urs is next to ur times u have things like "church" and "sign" which i dnt know why there their? Maybe that cud be a problem?
Good luck with it, hopefully sumone with more experience with it can help.
Gooner
EDIT:
Just noticed at the very beginning of ur script u have got "_cam" and than for the rest of the script u have "_camera" at the beginning of each line. Try changing one so they match.