Hi guys I have a problem I have this script by trini scourge to attach the cam to a plane:
useCamera = true
_camera = "camera" camCreate getPos cobraone
_camera cameraEffect ["internal","front"]
_camera camSetTarget cobraone
_camera camSetFov 0.7
_camera camCommit 0
#loop
_camera camSetRelPos [0, 9, -0.5]
_camera camCommit 0
? useCamera : goto "loop"
camdestroy _camera
_camera cameraeffect ["terminate", "back"]
and I want to create another cam after that one but the cam remain on the plane and doesn't go ahead like I want
can someone help?
thx