Results 1 to 4 of 4

Thread: how to end intro

  1. #1

    how to end intro

    I've read many threads about this but i still have a problem:

    The intro itself works well but when it's time to quit the intro and start the actual game, the intro doesn't end. The last video clip ends and the screen blacks out but nothing happens after that.

    This is what I have in the end of my scene.sqs:
    Spoiler:


    So.. that doesn't work. What am I missing?
    Last edited by Psykedeeli; Mar 7 2010 at 17:08. Reason: typo

  2. #2
    player cameraeffect ["terminate","back"]

  3. #3
    Got it working!

    Player cameraEffect ["terminate", "back"]
    camDestroy _camera
    endMission "END1";
    Exit;

  4. #4
    Doesn't that end the mission completely?

    E: Just realized that you were doing the intro part of the mission and not just an opening cinematic in the same part.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •