You can specify the rolls and total rolls of the three dice (1 to 6) as IF conditions for ifLink.
The conditions that can be specified in IF are as follows
・ If the dice roll is as specified
THEN starts when the specified 3-digit number matches.
The order of appearance is specified by the program.
For example, when a 2,5,4 roll is given, the program decides whether to give 5,4,2 or 4,5,2.
・ If the total value of the dice rolls is as set
THEN starts when the total value of the specified 3-digit number is the same as the value set in the IF condition of ifLink.
・ If the total value of the dice rolls is equal to or greater than the set value
THEN starts when the total value of the specified 3-digit number is greater than or equal to the value set in the ifLink IF condition.
・ If the total value of the dice rolls is less than or equal to the set value
THEN starts when the total value of the specified 3-digit number is less than or equal to the value set in the ifLink IF condition.
If the dice stop at an angle when you roll the dice
It will be no count.