Hi, So I've just recently picked up a system that uses Accuracy and Difficulty as opposed sets. Meaning that if i have 2 Accuracy and 3 Difficulty, I will make a single die difficulty roll. I would normally write a macro and represent difficulty with negative numbers (2accuracy + (-3difficulty)), so that the result of the above arithmetic results in rolling -1 dice. Unfortunately if you try to roll -1 dice the dice parser rolls 0 dice. Could you please modify the dice parser so that it will roll positive numbers of dice if you send it a negative number and color the output to denote that it happened?