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 CSheet - Need Help please

Before the big update last week my Frenzy macro was working great but after the update I am missing the wild die. When I use of the embedded skills the wild die works but with my macro is it missing. Please help The code I am using; &{template:solidtrait} {{name=@{character_name}}} {{skill_name=Fighting}} {{skill_name2=Fighting}} {{skill_rank=@{fighting}}} {{skill_rank_mod=@{fightingmod}}} {{skill_mod=[[@{fightingskillmod}]]}} {{skill_rank2=@{fighting}}} {{skill_rank_mod2=@{fightingmod}}} {{ttmod=[[@{ttmod}]]}} {{wounds= [[@{woundsMod}-1*]]}} {{fatigue= [[@{fatigue}-1*]]}} {{skill_roll=[[1d@{fighting}![fighting] + @{fightingmod} [Fighting Rank Modifier] + @{fightingskillmod} [Skill Modifier] + @{ModSum}[Modifiers]]]}} {{skill_roll2=[[1d@{fighting}![fighting] + @{fightingmod} [Fighting Rank Modifier] + @{fightingskillmod} [Skill Modifier] + @{ModSum}[Modifiers]]]}} {{wild_die_rank=@{wilddie}}} {{wild_die=[[1d@{wilddie}! + @{fightingmod}[Fighting Rank Modifier] + @{fightingskillmod} [Skill Modifier] + @{ModSum}[Modifiers]]]}} The result Character is a Wild Card
1520326446
Finderski
Plus
Sheet Author
Compendium Curator
Add this to the macro: {{mook=[[1d0+@{wdNum}]]}} That let's the template know to show the Wild Die (or not if it's a Mook).
Fixed. Thank you very much