
Hey there, I’m currently trying out the reusing of inline rolls tricks, and I was wondering if you could re use the results of a roll for further computations. For example : I roll [[7d6]] which give the result 2,2,3,5,6,6,6. I need to then check from this roll how many dice are 3, how many are 6, and maybe drop the lowest 2. I was trying [[ [[7d6=3]] + [[$[[0]]=6]] + [[$[[0]]d2]] ]] but as expected it throws INVALID INLINE ROLL! Does someone have an idea?