hey, im new to all this cam scripting here is my cam script how do i add all the other commands to the others apart from them all, they all have the same effect "external", "back", how would i add a different effect to a different area of the script, and what are all the other effects if you wouldnt mind could you right them down or lead me in the right direction where they are on a web page or a tut.
thanx very much.
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]
_cam camsettarget heli
_cam camsetrelpos [ 40, 40, 40.7]
_cam camcommit 0
@camcommitted _cam
~0
_cam camsettarget guba
_cam camsetrelpos [ 1, 1, 1.7]
_cam camcommit 8
@camcommitted _cam
~3
_cam camsettarget base
_cam camsetrelpos [ 1, 1, 1.7]
_cam camcommit 1
@camcommitted _cam
~
_cam camsettarget start
_cam camsetrelpos [ 20, 20, 20.6]
_cam camcommit 25
@camcommitted _cam
~2
_cam cameraeffect ["terminate", "back"]
camdestroy _cam
exit