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 this roll to work

&{template:default} {{name=Interns Wrath}} {{Power= [[d100*@{(Blessing)Abyss}]] vs [[d100*(@{target|Willpower}/100)]] {{Willpower Damage= [[(@{target|Health|max})*0.05]]}} {{Size= [[3ft]]}} SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but "@" found.
Figured out the obvious issue now its just not rolling
1430778764
Diana P
Pro
Sheet Author
Not sure which you fixed, but it doesn't know what to do with the 3ft inside the roll bracket, the Power= statement is not closed, and to use the Health|max, you need to specify the full path for the target. Try: &{template:default} {{name=Interns Wrath}} {{Power= [[d100*@{(Blessing)Abyss}]] vs [[d100*(@{target|target1|Willpower}/100)]] }} {{Willpower Damage= [[(@{target|target1|Health|max})*0.05]]}} {{Size= 3ft}} (if you want the 3 highlighted for the size, you could put it in the roll brackets: [[3]]ft)
Yeah thankyou for the help ^-^