-
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
-
Senior Member
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
-
Member
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.
-
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 .