
Ok, here's the issue: I have this Macro for selecting and rolling 4 elemental attacks. ?{Dustweaver Ranged Attack| Water, &{template:default}{{name=**WATER INFUSED RANGED ATTACK**}}{{[[2d10+@{Alma Prisma|discipline}+@{Alma Prisma|agility}]] = Successful hit inflicts Fumbled and removes a Beneficial Status Effect. If Fumbled, inflict Disarmed.}} | Acid, &{template:default}{{name=**ACID INFUSED RANGED ATTACK**}}{{[[2d10+@{Alma Prisma|discipline}+@{Alma Prisma|agility}]] = Successful hit decreases Armor by 1. If no Armor, inflict Damage equal Roll / 10.}} | Sonic, &{template:default}{{name=**SONIC INFUSED RANGED ATTACK**}}{{[[2d10+@{Alma Prisma|discipline}+@{Alma Prisma|agility}]] = Successful hit inflicts Disoriented. If Disoriented, inflict Concussed.}} | Ice, &{template:default}{{name=**ICE INFUSED RANGED ATTACK**}}{{[[2d10+@{Alma Prisma|discipline}+@{Alma Prisma|agility}]] = Successful hit inflicts Chilled. If Chilled, inflict Frostbitten.}} } and I have these commands that makes elemental beams: /fx beam-water @{selected|token_id} @{target|token_id}
/fx beam-acid @{selected|token_id} @{target|token_id}
/fx beam-charm @{selected|token_id} @{target|token_id}
/fx beam-smoke @{selected|token_id} @{target|token_id}
How in the world do I put them together? I tried doing it a bunch of different ways, but no luck so far.