I have a turn based game. I would like to spawn a central AI contoller. AI pawns would send the AI controller some stats to modify the decision making. Sense its turn based i don’t see a reason to have an AI for every pawn. The player controller will also use the AI controller to move the pawns.
How can a spawn this central AI without spawning a pawn?