manofwar 0 Posted July 18, 2007 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 Share this post Link to post Share on other sites