Jump to content
Sign in to follow this  
curtcooll

Kill pilot

Recommended Posts

Assuming chopper with name "chopper" is on height above 10 meters and about to land:

Create a trigger with condition:

(getPosAtl chopper) select 2 < 10;

and on activation:

(driver chopper) setDamage 1;

Share this post


Link to post
Share on other sites

((getpos chopper) select 2) < 10;

Use that as condition.

Share this post


Link to post
Share on other sites

awesome seems to work now just having issue getting the Ai to land crashing helicopter some times they do sometimes they dont. Ok take that back it don't work.

Share this post


Link to post
Share on other sites

The helicopter has to be 10 m above the ground for it to work. Flyinheight and all that stuff is a bit complicated but it basically uses ATL so it should work.

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  

×