reaches a certain height? for example when a plane or helicopter goes 40meters the force will become disabled then when it drops below 40 it will become active again.
You attach an object position data source to the directional force and set it to position Y. Then run it through a generic filter and use greater equal 40 then sends it to a state event which turns the directional force off. I hope this helps, I'm not sure if this is correct but try it out.Originally Posted by graver067966739
ok thanks ill try this tommorow
Also when you have the generic filter make "if true" go to a state event that turns the directional force off and "if false" goes to a state event that turns it on.Originally Posted by LukeMSki