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

Cant get die roll to display!

1438311619

Edited 1438312684
Why isn't my die roll being displayed in this macro? &{template:pf_attack} {{name=@{selected|token_name} }} {{name=@{selected|token_name} }} {{Damage=?{Damage description?|Hits You} }} {{with =?{Monster attack type?|Claw} }} [[?{number of die|1}?{which die|d4|d6|d8|d10|d12|d20|d100} {{For=[d? + ?{Damage bonus?|0}]]}}}
You are missing some braces in there.  &{template:pf_attack} {{name=@{selected|token_name} }} {{name=@{selected|token_name} }} {{Damage=?{Damage description?|Hits You} }} {{with =?{Monster attack type?|Claw} }} {{for= [[?{number of die|1}?{which die|d4|d6|d8|d10|d12|d20|d100} + ?{Damage bonus?|0}]] }} Try that.
Thanks Ed!