
Greetings, I'm looking desperately how to create a macro with a message depending on the result.
Here is the macro that I want to create in theory:
I want that when the player rolls 1d100.
If the result is greater than 95, I want the message "Critical failure!" appears in red in the chat after the throw.
If the result is less than 06, I want the message "Particular success!" appears green in the chat after the throw.
For any result between 05 and 96, I want the result to appear normally.
Thanks in advance !