@djensen ahh yes that was the problem. It shows up now. TY :)
Dice testing 🎲
-
@Panther I see the issue. I’m putting the results in a hashmap (object actually) instead of an array. So it only shows unique dice roll types.
-
[dice 1d6 1d6 1d6]
-
[dice 1d6 1d6 1d6]
-
[dice 1d6 1d6 1d6]
-
1d6: 3
1d6: 2
1d6: 3 -
[dice 3d6]
-
3d6: 4, 6, 3
-
[dice 4d6 10d6]
-
4d6: 3, 1, 3, 4
10d6: 6, 6, 3, 6, 6, 4, 3, 3, 3, 6 -
[dice 1d6]
-
1d6: 3