
Hey! So i've been messing aroung with macros lately, and i'm trying to develop a macro to make it easy to attack with my necromancer's skeletons. They r condensed in one big token called the Undead Army, but i would like to design a macro that would ask me how many skeletons would like to attack and than roll a attack for all of each one of them. But i also want it to look cool so i've been trying to add a template to the whole thing &{template:npcaction} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{name= Three Skeletons}} {{rname= Horde Strike 3x}} {{r1=[[1d20+4]]}} {{always=1}} {{r2=[[1d20+4]]}} {{dmg1=[[1d6+7]]}} {{dmg1type=slashing}} {{crit1=[[6]]}} &{template:npcaction} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{name=}} {{rname=}} {{r1=[[1d20+4]]}} {{always=1}} {{r2=[[1d20+4]]}} {{dmg1=[[1d6+7]]}} {{dmg1type=slashing}} {{crit1=[[6]]}} &{template:npcaction} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{name=}} {{rname=}} {{r1=[[1d20+4]]}} {{always=1}} {{r2=[[1d20+4]]}} {{dmg1=[[1d6+7]]}} {{dmg1type=slashing}} {{crit1=[[6]]}} This macro works for 3 attacks but when i try to implement a ?{Mob size|1, &{template:npcaction} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{name= Three Skeletons}} {{rname= Horde Strike 3x}} {{r1=[[1d20+4]]}} {{always=1}} {{r2=[[1d20+4]]}} {{dmg1=[[1d6+7]]}} {{dmg1type=slashing}} {{crit1=[[6]]}} |, 2...} it doesn't read correcly :/. I also ve no idea of what i'm doing, i'm sure the code looks like a mess xD, can anyone help me :'( ? (Also sry for any mispelling, eng is not my native language xD)