I'm trying to make a macro for my fighter, because he have so many different attacks for me to choose, so i'm trying something to help me to choose, but... the choise doens't work and I don't know why... when I make a simple ?{Soco Gentil: | Soco Gentil,SocoGentil1 | Ataque Poderoso,SocoGentil2 | Impactos Precisos,SocoGentil3 | Ataque Poderoso e Impactos Precisos,SocoGentil4 } it works perfectly, but when I put the # to call the other macros, it stops working for some reason, anyone know what I am doing wrong? the other macros: SocoGentil1 &{template:t20-attack}{{character=@{Gunter|character_name}}}{{attackname=Soco Gentil}}{{attackroll=[[1d20cs>20+[[@{Gunter|lutatotal}]]+0]]}}{{damageroll=[[1d6+@{Gunter|for_mod}+1d6]]}}{{criticaldamageroll=[[1d6 + 1d6+@{Gunter|for_mod}+1d6]]}}{{typeofdamage=Impacto}}{{description=[imagem](<a href="https://c.tenor.com/XS-iOPsoRyoAAAAM/anime-fight.gif" rel="nofollow">https://c.tenor.com/XS-iOPsoRyoAAAAM/anime-fight.gif</a>)}} SocoGentil2 &{template:t20-attack}{{character=@{Gunter|character_name}}}{{attackname=Ataque Poderoso}}{{attackroll=[[1d20cs>20+[[@{Gunter|lutatotal}]]+-2]]}} {{damageroll=[[1d6+@{Gunter|for_mod}+1d6+5]]}} {{criticaldamageroll=[[1d6 + 1d6+@{Gunter|for_mod}+1d6+5]]}}{{typeofdamage=Impacto}}{{description=[imagem](<a href="https://c.tenor.com/XS-iOPsoRyoAAAAM/anime-fight.gif" rel="nofollow">https://c.tenor.com/XS-iOPsoRyoAAAAM/anime-fight.gif</a>)}} SocoGentil3 &{template:t20-attack}{{character=@{Gunter|character_name}}}{{attackname=Impactos Precisos}}{{attackroll=[[1d20cs>20+[[@{Gunter|lutatotal}]]+@{Gunter|int_mod}]]}} {{damageroll=[[1d6+@{Gunter|for_mod}+1d6+3]]}} {{criticaldamageroll=[[1d6 + 1d6+@{Gunter|for_mod}+1d6+@{Gunter|int_mod}]]}}{{typeofdamage=Impacto}}{{description=[imagem](<a href="https://c.tenor.com/YGKPpkNN6g0AAAAC/anime-jujutsu-kaisen-anime-punch.gif" rel="nofollow">https://c.tenor.com/YGKPpkNN6g0AAAAC/anime-jujutsu-kaisen-anime-punch.gif</a>)}} SocoGentil4 &{template:t20-attack}{{character=@{Gunter|character_name}}}{{attackname=Ataque Poderoso e Impactos Precisos}}{{attackroll=[[1d20cs>20+[[@{Gunter|lutatotal}]]+-2+@{Gunter|int_mod}]]}} {{damageroll=[[1d6+@{Gunter|for_mod}+1d6+5+@{Gunter|int_mod}]]}} {{criticaldamageroll=[[1d6 + 1d6+@{Gunter|for_mod}+1d6+5+@{Gunter|int_mod}]]}}{{typeofdamage=Impacto}}{{description=[imagem](<a href="https://c.tenor.com/YGKPpkNN6g0AAAAC/anime-jujutsu-kaisen-anime-punch.gif" rel="nofollow">https://c.tenor.com/YGKPpkNN6g0AAAAC/anime-jujutsu-kaisen-anime-punch.gif</a>)}} (yeah, Brasilian, don't be surprised by the different names please :v)