I am trying to do a thing where the player can select a target a la Tales of Eternia or Phantasia. I simply want it to be where each time the targeting button is pressed, it selects an opponent from left to right. Kind of like this:
|Player|________________________________|Enemy 1|__|Enemy 2|__|Enemy 3|
When it is pressed the first time, it should select the enemy closest, then if pressed again will switch to Enemy 2, then Enemy 3, then Enemy 1 again. I suspect I need to use the Pick condition, possibly by evaluate. I'm just not sure what to put there. Thank you!