Add combatants
add-combatantsAdds selected scene tokens to a combat encounter as combatants, skipping tokens already in the encounter. Supports dry-run and specifying combat or scene.
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 |