Skip to main content

Condition_CheckDice

Description

Checks whether the previously rolled dice value falls within the specified range without rolling again. Used after CheckDiceWithRoll to re-evaluate the same roll result.

Parameters

ParameterDescription
BaseObjectThe entity whose previously rolled dice value is checked
S1Number of dice faces used when the dice was originally rolled (default: 100)
F1Minimum value of the valid range (inclusive)
F2Maximum value of the valid range (inclusive)

Examples

DescriptionBaseObjectCommandS1F1F2
Succeed if previously rolled 100-die value is 1-50SelfCheckDice150
Succeed if previously rolled 6-die value is 1-3SelfCheckDice613
Succeed if previously rolled 100-die value is 1-30SelfCheckDice130
Always succeed on the previous 100-die rollSelfCheckDice1100