Current value of hit pin is invalid

Error The current value of the ’ Hit ’ pin is invalid: ‘Hit’ must have an input wired into it (“by ref” params expect a valid input to operate on).

How am i supposed to fix this?

You can only get this variable if the trace was executed. Right now it looks like you are doing a branch or something before it resulting in only one of the traces being called and executed resulting in only one possible hit result existing.

Output Only fired(top) is only used for debugging and Only fired and Fired and Played effects’ hit results have their own outputs, is this a problem?

Ohh i got it

Now it works thx