Jump to content
Sign in to follow this  
Davonator

Newbie Trigger help

Recommended Posts

Making a mission where you are deep behind enemy lines, and you have to assasinate a key general.

Now the structure of the mission is that you start at a safe house, go kill the target and escape back to the safe house.

Basically what I need is for the mission to end after the target is dead and i am at the safe house for the second time (because obviously i start the mission there.

What do i have to do to the trigger to make sure it ends the mission ends the second time im in its range?

Share this post


Link to post
Share on other sites

You would want the trigger on the safehouse to check to see if the trigger set off for killing the target has been activated

Im not sure how to do it atm, but Im sure someone else can point you in the right direction

Share this post


Link to post
Share on other sites

you could try this...

west or east or civil or independant present to fire trigger

then in the triggers condition fireld..

player name in thislist and not (alive name of general)

trigger type end1...

on activation ForceEnd .. im sure there will be better ways but this works for me .. hope it helps

Share this post


Link to post
Share on other sites

This works fine for me

give General a name (eg. Fred)

Then, create a trigger on your safehouse, with your Axis' to as you normally would

Then, in the Condition box of the trigger, put the following

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">!alive Fred && this

Of course, change Fred to the name of your general

If you group your man & the trigger together, it will auto set the trigger to only activate when your man is present in the radius

Hope that helps

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  

×