If the task is not to spawn too close to the player, you can in first condition filter all spawn points by distance, then pick a random one among them:
System pick Spawn by evaluate distance(Spawn.x, Spawn.y, player.x, player.y)>200
System pick random Spawn