Posts: 15
Threads: 1
Joined: Jun 2015
Reputation:
0
Hello everyone,
I'd like to know if it is possible to detect that an hydra fired on a dynamic object?
Thank you
Flo'
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
Maybe not possible.
impossible = 99% , Possible = 1%
Posts: 1,547
Threads: 122
Joined: Jun 2014
Reputation:
0
Not possible on object, but possible at a player.
Posts: 803
Threads: 138
Joined: Jul 2014
Reputation:
0
It is somewhat possible.
Make a manual firing with it, meaning detect how the flare flies from the Hydra (what direction, at what angle bla bla bla). Create an object that will represent the flare and make it move same way as the flare. Now make a really small timer that will check if there are any DynamicObjects near your object and if there are do your actions.