Jump to content
Sign in to follow this  
mtuckner

Simple Intro End / Cam Scripting Problem

Recommended Posts

I have a nice intro scene made up. Here is the end of my intro:

;Camera floats back and up

_camera camPrepareTarget [98368.80,27356.68,-26875.00]

_camera camPreparePos [5066.10,3609.53,4.20]

_camera camPrepareFOV 0.700

_camera camCommitPrepared 12

@camCommitted _camera

10 FadeMusic 0

titleCut ["", "BLACK OUT", 5]; titleFadeOut 4

~2

player cameraEffect ["terminate","back"]

camDestroy _camera

~1

exit

When I run the intro it gets all the way to the music fade and then the black out. When that finishes it just sits, blacked out. I can't do anything but skip ahead.

I have an end trigger setup so when the character moves into his last spot and the trigger goes it does player in thislist; and the trigger is set as PRESENT and the proper side. On Act. is a forceEnd but nothing happens. I'm not sure that my camscript is even ending properly to allow it to get to the end.

Can anyone see what is wrong? Should I somehow put a force end at the end of my camscript instead? Even without a end trigger, I thought that once the script plays and it hits exit that I should have control of the player, or be in the first person view but it doesn't even do that.

Any help appreciated.

Share this post


Link to post
Share on other sites

Thanks Pete. I try to get it on my own and search but lots of info!

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  

×