Jump to content
Sign in to follow this  
SkillerPenguin

Can't Seem to fix Intro script

Recommended Posts

Hello!

I've searched everywhere for a fix to my intro for Arma 2: Operation Arrowhead.

I used to make intros like these a year ago or so but have since reset my drive and no longer have the missions nor remember what I wrote.

Anyway, the problem: Everything is perfect, EXCEPT for the fact that I can't seem to end the intro after the amount of seconds I want (which I've set to 18); it just keeps the camera rolling endlessly and I have to stop it manually by aborting. I want to end it after a certain amount of seconds so it'll move on to the "Mission" section of the mission (instead of the "Intro").

Here's the scene.sqs file:

playsound "theme";


cutText ["Operation Green\n\nMade by SkillerPenguin", "BLACK FADED"];
~1.8

cutText ["Operation Green\n\nMade by SkillerPenguin", "BLACK IN", 10];


_camera = "camera" camcreate [4005.70,6045.90,28.88];
_camera cameraeffect ["internal", "back"]

;comment "Planes";
_camera camPrepareTarget [67045.27,82300.41,14563.84];
_camera camPreparePos [4005.70,6045.90,28.88];
_camera camPrepareFOV 0.700;
_camera camCommitPrepared 0
@camCommitted _camera

~18

player cameraEffect ["terminate","back"]
camDestroy _camera

introover=true

exit

Thanks in advance for the help.

Share this post


Link to post
Share on other sites

use this:

_camera cameraEffect ["terminate","back"]

instead of this:

player cameraEffect ["terminate","back"]

:)

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  

×