OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Fisher on 11 Nov 2003, 19:44:12
-
I am using the camera.sqs script to make my movies in Flashpoint.
So what I want to know is how can I make the camera change positions without moveing there. Like I want the camera to move around scripted style then say appear on the other side of the island without zooming over there. I also do not want to make another .sqs file.
Thanks in advance
-
_cam camCommit 0
the camCommit time designates how long it will take for the camera to move from one spot to another.. leave the value at 0 and it will be an instant switch
:cheers:
-
Well that works but I also need a command telling it how long to stay at a certain spot.
-
_cam camCommit 0
@camCommitted _cam
~1
placing '~' with a number will tell your script to wait that many seconds before moving on to the next statement
:cheers: