Home   Help Search Login Register  

Author Topic: Why aint this outro ending?  (Read 466 times)

0 Members and 1 Guest are viewing this topic.

Gooner861

  • Guest
Why aint this outro ending?
« on: 10 Jul 2004, 20:26:19 »
Hi all

I have an outro that ends like this:

titlecut ["","BLACK IN",9999]
@camCommitted _camera
~10

_camera cameraeffect ["terminate", "back"]
camdestroy _camera

exit

but it does not seem to want to end, it just flicks back to the screen showing trucks etc. The titlecut is 9999 because i wanted the screen to stay black.

Cheers

Gooner

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:Why aint this outro ending?
« Reply #1 on: 11 Jul 2004, 11:27:57 »
try adding a global trigger, type: end1 ,condition: outroend   on activation:  forceend  and mod your script:
titlecut ["","BLACK IN",9999]
@camCommitted _camera
~10

_camera cameraeffect ["terminate", "back"]
camdestroy _camera
outroend=true
exit

MuSe

  • Guest
Re:Why aint this outro ending?
« Reply #2 on: 12 Jul 2004, 12:56:55 »
yes, like zombie said there MUST be a trigger which has type as end1 and give it a condition too. Says a guy who doesnt know how to make cutscenes. :P