<blockquote>gamingislove said:
Try just destroying their game objects in the battle start event (e.g. using a Destroy Object node) - removing them from the scene should also remove them from battle.
</blockquote>
Sorry but I can't find a way to destroy the others game objects in the battle start event. I only know the name of the combatant that I want to spawn, but don't know the rest names, because I have tens of combatants can join the battle group.
Maybe I can add all the combatants of the battle group to the Found Objects, then remove the combatant I need from Found Objects, and then destroy the Found Objects. but I don't know how to add all the combatants of the battle group to the Found Objects.
Edit: My test, the destroyed objects won't remove from battle, they just disappear after being destroyed, but they will appear again after being attacked.