Jump to content
Sign in to follow this  

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×