I'm using a small in-game cut scene to end this mission. Everything works except the camera bits. Heres the script i'm using:
titlecut ["","BLACK OUT",4]
~3.8
titlecut ["","BLACK IN",1.5]
_cam camcreate [0,0,0]
_cam cameraeffect ["Internal","Back"]
_cam camsettarget ap1
_cam camsetrelpos [3,3,4]
_cam camcommit 0
_cam camsettarget ap1
_cam camsetrelpos [10,1,6]
_cam camcommit 8
playsound "end"
player sidechat "Poppa Bear. I'm heading back. Over."
~1.5
titletext ["Mission Terminated","PLAIN"]
~3.5
titlecut ["","BLACK OUT",3]
~3
end = TRUE
exit
It has to be CamSetRelPos because theres more than one place the player can end the mission and the camera has to be able to go where the player is.
Thanks in advance,
ME!!