Hello, In my game, I use a d6 system where you count a score wich depend of the dices: 1 = -1 2, 3 = 0 4, 5 = 1 6 = 2 I want to create a Macro wich will roll Xd6, show the result of each dice (like a normal /r Xd6) but in the place of the dice sum, place the "Score" I try to look the macros, but it's not easy at all. How can I get an array of the rolled dice, and how can I create an "if/else if/else" situation, and how can I create a show a variable ? Thank you !!