Add combatants
add-combatantsAdd scene tokens to a combat encounter as combatants, avoiding duplicate additions and blocking the operation if any token id is unknown. Use it to populate a fight with the correct actors.
Instructions
Add tokens to a combat encounter as combatants. Tokens come from the encounter's scene (for an encounter without scene: sceneIdentifier or the active scene). One unknown id stops everything; tokens already in the encounter are named and not added twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Only report what would happen and whether it is permitted; change nothing | |
| combatId | No | Id of the combat encounter, as list-combats shows it. Without it the active encounter is used. | |
| tokenIds | Yes | Ids of the tokens to add | |
| sceneIdentifier | No | Scene of the tokens, only for an encounter without scene |