Hey, guys. Well, I'm trying to make a Tactics game with grids and turns, something like Final Fantasy Tactics and Fire Emblem. I am pretty new with game engines and codding, and am having trouble with multiple interactions.
I am using the "Line of Sight" interaction, so when the character is in the line of sight of an enemy, they enter a battle. That lead to a problem with the character battling with two enemies at the same time. Then I put an instance variable at the enemies with diferente numbers and put the character to Interact with the enemy with the lowest variable.
I want to make the character have the option to chose the enemy to battle, not just pick one of them or both.
Sorry for the bad english and thank you in advance!