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 "Christopher O."

From Roll20 Wiki

Jump to: navigation, search
(Macro's of Interest)
 
m (formatting)
 
Line 1: Line 1:
 
Macro: Chance to Hit Target's AC
 
Macro: Chance to Hit Target's AC
  
 +
<pre style="overflow:auto;">
 
/w CHARACTERNAME &{template:default} {{name=AC Calculation}} {{Chance to hit [[100*((21-(?{AC|0}-?{M|0}))/20)]] %}}
 
/w CHARACTERNAME &{template:default} {{name=AC Calculation}} {{Chance to hit [[100*((21-(?{AC|0}-?{M|0}))/20)]] %}}
 +
</pre>
  
 
Note: Replace CHARACTERNAME with your own
 
Note: Replace CHARACTERNAME with your own

Latest revision as of 23:22, 31 January 2021

Macro: Chance to Hit Target's AC

/w CHARACTERNAME &{template:default} {{name=AC Calculation}} {{Chance to hit [[100*((21-(?{AC|0}-?{M|0}))/20)]] %}}

Note: Replace CHARACTERNAME with your own