Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[5e Shaped] potion dc macro

I was wondering if anyone had handy a macro that would roll 1d20 and add wisdom and proficiency against a dc of 10?
which sheet are you using for what system and someone can help you out better 
sorry, it's 5e-Shaped sheet I'm not sure on the system? still kinda new.
Most likely then it either 5e or Pathfinder. I'm on mobile but you might start at the wiki page for dice rolls
1514237799
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
There are several ways to write this. for a character whose token is selected: /w gm [[1d20 + @{selected|wisdom_mod} + @{selected|pb}]] If you want it for a specific character, use their name instead of "selected". As for rolling against a DC, I'm not sure what the goal is here. The result should let you know whether you have equaled or passed 10. You couldl put a -10 before the closing brackets, and that would give you the amount by which you have succeeded, any result of zero or higher being a success. Also, the above whispers the result to the gm (and the player who entered it). To make it an open roll, replace "/w gm" with "/roll" Is that what you are looking for?
Thanks works a treat