1. #1

    need editor help (Solved)

    How can i make it so when im in a hit trigger and press y it will send an impulse. I want them both to be true to send an impulse
    Share this post

  2. #2

    Re: need editor help

    you can let one of them activate a state event to activate the other trigger so it can sends signals to
    Share this post

  3. #3
    Lukeyy19's Avatar Member
    Join Date
    Mar 2014
    Location
    UK
    Posts
    449

    Re: need editor help

    you could use a Filter, get a data source and set it to 0, have the hit trigger activate a set value event which sets the data source to 1, and on leaving the hit trigger, another set value event sets it back to 0, then on your Y button press have it going through the filter which checks that the data source equals 1, if true then your impulse is sent.

    Either way would work, it's up to you.
    Share this post

  4. #4

    Re: need editor help

    ok I figured it out and easier said then done. its kind of a mix of both of your ideas it was very complex code but once its done it'll be .
    Share this post