Who is a Roll20 macro expert?
Who is a Roll20 macro expert? I need a macro where you input a target number, roll a d20, then compare the roll to the target number that was entered, and says "Success" or "Failure".
I know how to do the input and a target number, but I don't know how to use the input as the target number.
I know how to do the input and a target number, but I don't know how to use the input as the target number.
todd pressler you know?
ReplyDeleteLike this? [1d20+?{mod|0}>?{target}] This should show you a "success" if you meet or exceed the target number on a 1d20+mod roll.
ReplyDeleteWait, you may need to NOT make that nested. Like this: /r 1d20+?{mod|0}>?{target}
ReplyDeleteThat works, Zachary Zahringer. Excellent.
ReplyDelete