
Hello guys! In a game of Out of the Abyss I play Sorcerer and thought about creating a MACRO to facilitate the plays. I was able to develop a MACRO for each spell and I was able to create a template that could support each MACRO in one, but it is giving error! A SPELL MACRO: &{template:atkdmg} {{mod=+[[@{charisma_mod} + @{pb}]]}} {{rname=**SPELL**}} {{r1=[[1d20 + @{charisma_mod} + @{pb}]]}} {{normal=1}} {{attack=1}} {{range=72 meters (36)}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d10]]}} {{dmg1type=fire}} {{crit1=[[1d10]]}} {{charname=@{character_name}}} The MACRO above, like others, I would like to put in this format: ?{Spell| Cantrip, ?{Select| Minor Illusion, value1C | Fire Bolt, value2C | Ray Of Frost, value3C | Sword Burst, value4C | Chill Touch, value5C } | Level 1, ?{Select| Mage Armor, value1L1 | Ice Knife, value2L1 | Burning Hands, value3L1 | Magic Missile, value4L1 } | Level 2, ?{Select| Enlarge/Reduce, value1L2 | Darkness, value2L2 | Aganazzar's Scorcher, value3L2 } } Where, each "value" would be replaced by a SPELL MACRO. However, it does not work and use the shortcuts of } | , ]] are not working. Can you help me? Thanks! P.S: Here is the second real MACRO, when I wrote here he converted the shortcuts.