How to set up enemy AI to chase player by class instead of player ID

Hi, I’ve gone around in circles and can’t figure this out. I want to switch my enemy AI to chase both players in local multiplayer. So I need to change it from get player index to get player by class. However I can’t figure out how to set it up. I’ve tried lots of combinations but nothings worked. So here it is working in single player mode

Then I tried changing it to this for multiplayer but it stops chasing either players

any suggestions or thoughts?