Jump to content
Sign in to follow this  
1para{god-father}

How to use a trigger with a plane

Recommended Posts

I have a trigger that is set for Bluefor present and I have linked that to a waypoint for a plane - so when I enter the trigger I want the plane to fly to the waypoint .

The problem is when I start the game the plane is already in the sky and I do not want to see it until the trigger fires.

How can I do this ?

Many thanks

Share this post


Link to post
Share on other sites

put

call the plane myplane

put myplane enablesimulation flase in the planes init line and give it some waypoints

in the triggers OnAct box put myplane enablesimulation true

this will pause the plane (make it stop - even in mid air) and activate it when the trigger is activated

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  

×