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

Macro Not Working Properly =(

This is the macro I am having issues with: &{template:default} {{name=Soak}} {{Base Soak = [[1d6!cs100cf0+1d6cs100cf0+1]]}} {{Head: Physical = [[2d6cs100cf0]]}} {{Head: Energy = [[1d6cs100cf0]]}} {{Body: Physical = [[1cs100cf0]]}} {{Body: Energy = [[1d6cs100cf0+1]]}} {{Other: Physical = [[0cs100cf0]]}} {{Other: Energy = [[0cs100cf0]]}} {{Head: Physical = [[0cs100cf0]]}} All lines work properly except for the {{Head: Physical = [[2d6cs100cf0]]}} which does not execute, always placing a 0 in the output box. Suggestions?
Remove the {{Head: Physical = [[0cs100cf0]]}} from the end of your macro and you'll have it working as you'd like
Derpa Derpa, I missed that for some odd reason. This is the reason other eyes are so helpful. Thanks!