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

Savage Worlds tabbed character sheet macro help needed

I'm not sure if this belongs in the character sheet forum or the macro forum but these are specific to the savage worlds tabbed character sheet. For attacking this works great: @{selected|skillrt} @{selected|defsTemplate} @{selected|rolltFighting} &{template:default} {{name=Versus}} Parry [[@{target|parryCur}]] But I cant seem to get the damage come out right: @{selected|skillwrt} @{selected|defdTemplate} @{selected|repeating_meleeweapons_0_tMeleeWeaponRoll} &{template:default} {{name=Versus}} Toughness= [[@{target|toughnesscur}]] Armor=[[@{target|toughnessArmor}]] Can anyone spot what I'm doing wrong? Thanks for your time.
1458882179
vÍnce
Pro
Sheet Author
Josh said: @{selected|skillwrt} @{selected|defdTemplate} @{selected|repeating_meleeweapons_0_tMeleeWeaponRoll} &{template:default} {{name=Versus}} Toughness= [[@{target|toughnesscur}]] Armor=[[@{target|toughnessArmor}]] Can anyone spot what I'm doing wrong? Thanks for your time. I haven't used that awesome sheet... but I know we had an update on roll20 to repeating rows so that you probably need to include a " $ " in front of the row number or substitute the row id. So, you might try changing the repeating attribute portion of your macro to; @{selected|repeating_meleeweapons_ $ 0_tMeleeWeaponRoll} If that's not the issue, how is your damage portion messed up?
1458883125

Edited 1458883267
vÍnce
Pro
Sheet Author
Actually... try this @{selected|skillwrt} @{selected|defdTemplate} % {selected|repeating_meleeweapons_ $ 0_tMeleeWeapon} &{template:default} {{name=Versus}} Toughness= [[@{target|toughnesscur}]] Armor=[[@{target|toughnessArmor}]] Since you are trying to us the sheet roll, use  % {...} instead of @{...}
That was a big help.  Thanks. Here are the updated macros Fighting: @{selected|skillrt} @{selected|defsTemplate} {{notes= Parry [[@{target|parryCur}]]}} @{selected|rolltFighting} and damage: @{selected|skillwrt} @{selected|defdTemplate} @{selected|repeating_meleeweapons_$0_rolltMeleeWeapon} {{notes= Toughness [[@{target|toughnesscur}]]([[@{target|toughnessArmor}]])}} I moved the toughness and parry info to the notes to make it more presentable.
1458916154
Finderski
Plus
Sheet Author
Compendium Curator
Josh said: I moved the toughness and parry info to the notes to make it more presentable. I'll see what I can do to help with a better layout for Parry and Toughness in the RollTemplates...just need to find time for it, so it may take a little bit. But I promise I'll look into it. :)
Thanks I appreciate it. :)