I want the skill level to decide what number to compare a check to. If I have the skill Rocklifting level 1 I ad my strength to a d20 and have to roll over 18. With Rocklifting level 2 I have to roll over 16... And I want to use a drop down to do this. But it's not working. This is my macro: ?{Skill level|Rocklifting 1,/r 1d20+@{Strength}>18|Rocklifting 2,/r 1d20+@{Strength}>16|Rocklifting 3,/r 1d20+@{Strength}>14} And this is my result in chat: rolling 1d20+2>18 ( 19 ) +2 = 21 I want it to tell me if it is a success or not...