Hello! I’ve made a fair few custom dice, but whenever I test expressions involving them, it always goes out of wack.
For example, I have this custom 6-sided die called z1, with possible values of 0, 1, and 2. I need to roll 3 of them and add all the values together.
It works fine normally:
But when I try to test the expression, this happens:
Is this a bug or did I horribly mess something up? Thanks in advance for the help <3