;D Ok, i have succesfully transfered my intro to my main map and i took your advice KTottE and shortened it
All i need to do now is end the intro just after my choppers touch down.
I have searched the tutes but can't find out how to end a looped vehicle cam script
Here is said script...
-----------------------------------------
vehiclecamstop = false
#loop
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "left"]
_cam camsettarget Bird1
_cam camsetrelpos [5, -6, 1.2]
#commit
_cam camcommit 0
_cam camsettarget Bird2
_cam camcommit 0
~0.01
? NOT(vehiclecamstop) : goto "loop"
-----------------------------------------------
Thanx in advance :thumbsup:
P.S. Man it is hard trying to get 2 loon choppers to do what u want them to do on camera!! ;D