Guys, I am newbie in roll20 and recently acquired the pro license, could they help me with the syntax of a script that does the following: 1 - roll 5d6 2 - compare the result with each other d6 3 - where the resultador equals macro should display an image on the screen with the special result My doubt is that in item 2 I do not know what command to use to compare the results and to make the item 3 I thought I'd create a scrollable table with just one image for each unique possible result. The possible results are: if 1 1 then shows 1 table image if 1 1 1 then shows image of Table 2 if 1 1 1 1 then shows image Table 3 if 2 2 Then shows image Table 4 if 2 2 2 Then table shows the image 5 if 2 2 2 2 Then show table image 6 if 3 3 Then shows Table 7 image if 3 3 3 Then show table image - 8 if 3 3 3 3 Then show table image 9 if 4 4 Then shows table image 10 if 4 4 4 Then shows table image 11 if 4 4 4 4 Then shows table image 12 if 5 5 Then show table image 13 if 5 5 5 Then show table image 14 if 5 5 5 5 Then shows image Table 15 if 6 6 Then show table image 16 if 6 6 6 Then show table image 17 if 6 6 6 6 Then shows image Table 18