It should work.
Taken from the Tutorial mission in the Ed Depot......
--------------------------------------
~8
"2" Objstatus "DONE"
titlecut [" ","BLACK IN",3]
enableradio false
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]
_cam camSetTarget [-45132.40,90394.12,-26215.94]
_cam camSetPos [1396.24,5877.19,22.72]
_cam camSetFOV 0.700
_cam camCommit 0
@camCommitted _cam
titlecut ["Mission accomplished", "plain", 3]
_cam camSetTarget [-92413.16,-16657.67,-26215.85]
_cam camSetPos [1396.24,5877.19,22.72]
_cam camSetFOV 0.700
_cam camCommit 9
@camCommitted _cam
~3
titlecut ["","BLACK OUT",2]
~2
_cam cameraeffect ["terminate", "back"]
camdestroy _cam
; this variable fires the trigger which actually ends the mission
end=true
exit
---------------
And then of course a trigger
type: End#1
condition: end