Check Command¶
Roll ability checks and saving throws.
Usage¶
/check stat:<STR|DEX|CON|INT|WIS|CHA>
Select an ability score from the dropdown, then fill in the roll popup.
Description¶
The check command allows you to: - Roll ability checks using a dropdown selection (STR, DEX, CON, INT, WIS, CHA) - Configure the roll via a popup with toggles for advantage/disadvantage, modifier input, and label
Roll Popup Options¶
After selecting a stat, a popup appears with these options:
- Advantage - Toggle to roll with advantage
- Disadvantage - Toggle to roll with disadvantage
- Modifier - Add a custom modifier to the check roll (e.g., +1d6, +2)
- Label - Add a descriptive label for the check (e.g., "picking a lock", "climbing a wall")
Examples¶
Roll an ability check:
/check stat:STR
/check stat:WIS
/check stat:CHA
Combat Awareness¶
When your character is in an active initiative order, this command automatically uses any modified stats applied through the /stats command or other effects.
For example: - If your STR has been enhanced from 12 to 15 while in initiative, STR checks will use the enhanced value - If your WIS has been debuffed from 16 to 14, WIS checks will use the reduced value - All ability score modifications are automatically applied to the appropriate checks
Outside initiative: Uses your character's base stats as normal. In initiative: Automatically uses any temporarily modified stats.
See the Stats Command documentation for information on modifying stats during combat.
Notes¶
- You must have a character selected to use this command
- The command automatically applies relevant modifiers from your character
- Ability scores are selected from a dropdown (STR, DEX, CON, INT, WIS, CHA)
Related Commands¶
/character- Select and manage your characters/attack- Roll attacks and damage with weapons/cast- Roll to cast spells/stats- Modify ability scores during combat/hp- Modify HP values/init- Initiative tracking and management
Legacy Prefix Commands¶
The prefix command syntax still works but will be removed in a future update:
| Legacy Syntax | Slash Equivalent |
|---|---|
!check str |
/check stat:STR |
!check dex adv |
/check stat:DEX (use popup toggles) |
!check int +1d6 |
/check stat:INT (use popup fields) |
!check wis picking a lock |
/check stat:WIS (use popup label) |