Hey all. I am looking to run a Call of Cthulhu game and am looking to create macros for my players. In CoC, there is a rule that if you roll less than 1/5th of your skill it is a critical success. Is there a way I can determine a critical success in a macro? Something like this... /r 1d100<?{Skill}cs<?{Skill}/5 Right now this takes the result and divides the number of successes (1) by 5 (giving a value of .2)