why does it say "Found more than one function with the same name BatteryResponse"?

It’s because you’ve manually made a custom event called ‘battery response’, but you also have an interface call with the same name.

You need to get rid of the custom event, and ‘implement’ the interface call.

I think this

is supposed to be an interface call, but it’s possibly just a call within the player, not sure. That’s why the pin is yellow. If it was an interface call, it would have the little envelope icon.

1 Like