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

As a DM is it possible to fudge dice?

My players had a real run of poor rolls and I wanted to mess with the rolls a bit. Is this possible in roll20?
1396140207
Gid
Roll20 Team
Outside of using API scripting to do that, no. If you don't want to use scripts, you can always gmroll to hide your NPC rolls so you can flub them if your players are having obscenely terrible luck.
dawdle a bit to see what the players roll, two macros below for initiative and attack, you just fudge the modifiers, subtracting from or adding to the mods to fudge the results. initiative /em @{selected|token_name} начинает двигаться! [[1d6 ?{modifier} &{tracker}]] Attack /em @{selected|token_name} нападение! [[@{selected|bar3} - 1D20 - ((?{Strength To Hit Adl|0}) + (?{Magic Adj|0}))]] I put the THAC0 in Bar3 for all tokens this returns the AC the roll would hit, but you get the idea.