I'm trying to figure out a way to detect adjacent tokens to a player token, and in the case that there are more than one adjacent enemy tokens (enemy status being based on an attribute, which at least can probably be detected), prompt which one they would like to attack. I was thinking it might be possible to have the player ping on the enemy token that they want to attack, but I'm not sure if there's any way to detect that kind of mouse event. Help?