Roll actor check
roll-actor-checkRoll an actor's ability, skill, save, or attack check using the game system's formula, with optional chat posting and modifiers. Falls back to a free formula when the system lacks an adapter.
Instructions
Roll a check of the game system for an actor, such as ability, skill, save or attack. The formula comes from the game system adapter; in a system without one the answer is SYSTEM_NOT_SUPPORTED and roll-dice rolls a free formula. To let a player roll, use request-player-rolls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flavor | No | Text shown with a posted roll | |
| toChat | No | Post the roll to the chat. Default false: nothing is posted | |
| actorId | Yes | Actor id or exact name | |
| rollMode | No | Who sees a posted roll: publicroll everyone, gmroll Gamemasters (default), blindroll Gamemasters only and hidden from the roller, selfroll only the bridge user | |
| rollType | Yes | Roll type the adapter offers, e.g. ability, skill, save, attack | |
| rollTarget | No | What is rolled, e.g. "dex", "Perception" or a weapon name | |
| rollModifier | No | Extra modifier, e.g. "+2" |