Hey, if you want to change the angle you can do that in the same script!
You only have to copy everything from
>vehiclecamstop = false
#loop
...
to
>...
~0.01
? NOT(vehiclecamstop) : goto "loop"
Paste it at the end of the script and change three things:
1-Where it says "#loop" change it and write "#loop1".
2-Where it says "? NOT(vehiclecamstop) : goto "LOOP"" change it and write "? NOT(vehiclecamstop) : goto "LOOP1"".
3-Where it says "#commit" delete it (
IÂ've noticed you can delete it, it isnÂ't useful in anyway!!!).
And of course change all the values you want to, in order to change the angle (or whatever you want to change).
Another thing: I would place the following lines
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "front"]
before the line "#loop", just to avoid errors when continuing the script
.
Remember to destroy the camera at the very end of the script.
See u
.