Hello,
I’d like to create a strategy-game like control, where you can control several pawns at once, and there are certain heroes with special skills.
So when selecting pawns, there would be a main pawn, which has use able skills, and all the other spawns would only move and/or attack.
I thought of spawning an AIController for the other pawns, and set it’s BlackBoard values by the PlayerController, but that would mean spawning several Controllers every time the player chooses other units.
I really don’t like this way, is there a better one?
Thanks in advance