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

Rolls without showing... dnd 3.5

Ok, so this is what I have: &{template:DnD35StdRoll} {{pcflag=true}} {{name=@{character_name} }}{{subtags=Casts [Frostbite](<a href="http://alcyius.com/dndtools/spells/frostburn--68/frostbite--1249/index.html" rel="nofollow">http://alcyius.com/dndtools/spells/frostburn--68/frostbite--1249/index.html</a> )}}{{Range [[25 + floor(15/2)*5]]feet}}{{Targets: [[15/2]] Creatures}}{{Fort half DC [[ [[@{spellcraft}+1d20]] + @{sf-conjuration}]] }}{{Description: Freezes targets}} /roll 6d6 (Cold Damage) /roll 2d6 (Dexterity Damage) Now I Would like the damage to be in the same little nice box with the rest not showing the: rolling 6d6 (Cold) number rolling 2d6 (Dex) number
1487275052

Edited 1487275403
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
I don't know the 3.5 template fields, but you'll use inline rolls to do them in the template. <a href="https://wiki.roll20.net/Dice_Reference#Inline_Dice_Rolls" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Inline_Dice_Rolls</a> Edit: looks like it works like the pathfinder templates, so just add: {{Cold Damage=[[6d6]]}} {{Dex damage=[[2d6]]}} right after "target's}}" (and on the same line.
1487276166

Edited 1487276236
Andrew C
Marketplace Creator
{{ Damage= 6d6 = [[6d6]] cold, 2d6 = [[2d6]] Dex }}
Ok, Thanks a lot guys.