How do i recieve input actions in other characters?( NPC )

guys i wanna be able to listen to input actions in other characters… so I used the node enable input and disable input on overlap events in order to do so but apparently characters are the last objects to receive input… is there a way I can do this?

this doesn’t work

Don’t know exactly what you’re trying to do, but I personally would try it the other way around.

Every input has value. Action inputs can be Pressed/Released (true/false), Axis inputs return values [-1, 1]; why not store and transmit these values instead of having input in multiple characters at once?