
Hello everyone, I want to have a macro for an attack roll. Within that macro has to be a modifier and at least I want to have the success message. This is what I'm trying to do: /r (1d100+@{target|AW})<@{KW} Target has AW=20, Token has KW=50, diceroll=20 --> 20+20<50 ==> success! BUT: The macro doesn't recognize the last option "<@{KW" I'm just getting the result "40" What can I do? Or isn't it possible?