gurps icon indicating copy to clipboard operation
gurps copied to clipboard

[OtF] Use Physical Dice skips some rolls

Open devakm opened this issue 2 years ago • 0 comments

With Use Physical Dice enabled, you can only string together max two rolls. It picks the last two and ignores anything before that.

Test with Use Physical Dice enabled:

/r [1d burn] \\/r [1d cut] \\/r [1d cr]

The cut and cr get executed but burn does not.

Same issue if you do:

/r [1d cut] \\/r [1d burn] \\/rolltable TableName

The burn and rolltable get executed but the cut does not.

This severely limits testing capabilities with Use Physical Dice (required to test some scenarios) and also potentially causes issues for anyone who wants to play that way.

Would also be nice if the dialog mentioned which roll you are rolling for.

devakm avatar Sep 11 '22 22:09 devakm