Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Dave D."

From Roll20 Wiki

Jump to: navigation, search
(Created page with "Macro for rolling Dice for the GM /w gm &{template:default} {{name=GM Dice}} {{Results=[[?{Number of Dice|1}d?{Dice Size|100}+?{Modifiers|0}]]}}")
 
m (fix so macro displays correctly)
 
Line 1: Line 1:
 
Macro for rolling Dice for the GM  
 
Macro for rolling Dice for the GM  
  
/w gm &{template:default} {{name=GM Dice}} {{Results=[[?{Number of Dice|1}d?{Dice Size|100}+?{Modifiers|0}]]}}
+
<code>/w gm &{template:default} <nowiki>{{name=GM Dice}}</nowiki> {{Results=[[?{Number of Dice|1}d?{Dice Size|100}+?{Modifiers|0}]]}}</code>

Latest revision as of 03:10, 13 December 2019

Macro for rolling Dice for the GM

/w gm &{template:default} {{name=GM Dice}} {{Results=[[?{Number of Dice|1}d?{Dice Size|100}+?{Modifiers|0}]]}}