1. #1

    how can i make a directional force become disabled when it..

    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.
    Share this post

  2. #2
    LukeMSki's Avatar Senior Member
    Join Date
    Mar 2014
    Posts
    1,326

    Re: how can i make a directional force become disabled when

    Originally Posted by graver067966739
    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.
    Share this post

  3. #3

    Re: how can i make a directional force become disabled when

    ok thanks ill try this tommorow
    Share this post

  4. #4
    LukeMSki's Avatar Senior Member
    Join Date
    Mar 2014
    Posts
    1,326

    Re: how can i make a directional force become disabled when

    Originally Posted by LukeMSki
    Originally Posted by graver067966739
    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.
    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.
    Share this post