jonesy 0 Posted May 19, 2007 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 Share this post Link to post Share on other sites
smoke52 0 Posted May 19, 2007 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... Share this post Link to post Share on other sites