Hi! I'm a total noob at programming, but I want to try it anyway. It would be lovely if someone could help me :) Here comes my Question : I want to roll 2d10 and wanna compare the two results with each other. Aditionally, I want it to see if the 2d10 are overlap with each other with an range of +-1 . For example: 1st d10 rolls a 4 2nd d10 rolls a 6 Now, if you add/substract 1 from each roll, you'll get following rows: 1st: {3,4,5} 2nd: {5,6,7} These two sets have the 5 as a element in common, and exactly than I want to see it in roll20 chat like "Your rolls are overlapping!" Aditionally, if they roll the exact same result, I want another message like "Boom! Headshot!" It has no rush at all, but I'm glad for every little help! :) PS: The comments like "Boom!Headshot" is no problem, I've already read a lot in the R20 Macro section! ;)