
First, I'm very new to this and apologize if I've missed something obvious. I tried to make a macro that I could put on a character token using the Savage Worlds tabbed character sheet. Specifically, I was trying to create a macro for casting a damage spell. In the character sheet, I have only one damage spell entered (Bolt). I have selected the "Raise" box and have 2d6 listed as the damage. If I roll using the macro button from the sheet it works correctly. However, when I use the macro which was simply copied from macro formula on the character sheet, it changes the damage to 2d4 and doesn't use the raise. Here's the macro formula: &{template:soliddamage} {{name=@{character_name}}} {{weapon=@{repeating_dmgspells_0_Spell}}} {{damage_type=@{repeating_dmgspells_0_NoSpllDmgDice}@{repeating_dmgspells_0_SDmgType}+@{repeating_dmgspells_0_SDmgMod}}} {{damage=[[@{repeating_dmgspells_0_NoSpllDmgDice}@{repeating_dmgspells_0_SDmgType} + @{repeating_dmgspells_0_SDmgMod}[Spell Damage] + @{dmgmod}[Damage Modifier] + 1d@{repeating_dmgspells_0_SDmgRaise}[Bonus Damage]]]}} {{raise=@{repeating_dmgspells_0_SDmgRaise}}} {{dmgmod=@{dmgmod}}} What am I doing wrong? Is anyone aware of good videos about creating macros for Savage Worlds like the fantastic taking20 videos about how to create macros for D&D 5e? (I'm trying to do something like I saw on taking20 where I can click the macro and have all the listed spells cast. That way I don't have to have a macro for each individual spell and end up with a huge list of macros when I click the token. This is the video that I'm referring to <a href="https://youtu.be/rrbqdkGIa00" rel="nofollow">https://youtu.be/rrbqdkGIa00</a>.) Any help would be appreciated.