Results 1 to 2 of 2

Thread: a noobie question sorry!! ending a mission

  1. #1

    Unhappy

    I am a noobie at this and anyway I want to make a trigger to end
    a mission. I am going to have a few guards inside the trigger
    parameter and when these guards die I would like the mission to
    end when the person is inside the trgger area? Do I have to make a script to do this? I would also like the screen to say end mission
    in white text and be in a black screen. Thanks

  2. #2
    make two triggers, one over the guards set to:

    opfor
    not present
    repeatedly

    in the on act field add this: end setTriggerType "end1"

    now make the other trigger and name it END. put it where you want and group it to the player then set it to:

    group leader
    present
    repeatedly

    type: NONE.

    now when the player kills the guards AND he goes into the trigger you grouped him to it will end the mission.

    as for the text you could go into the END1 triggers properties and click EFFECTS, for type set it to TEXT and choose the BLACK OUT. if you do this it will do what you want but for some reason it doesnt end the mission...




Posting Permissions

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