Multi attack Question         So I have a multi-npc attack that hits up to 8 enemies, as a lazy player and I like to hit as little buttons as possible.     So I made this Macro using a multi-attacking macro made or shared by    Gen Kitty   . I then nested Other Attack macros I made for the attack. It works great except when it displays the names of the npc i am attacking, It's the same one for all of them Also The same ac. I don't want ask if it hits, and i dont want to to explain how much and what type of damage the enemy took, again I am lazy. And hopfully make my turn faster. How can I make it show different npc names? Is it even possible? The Pic is what is coming up in the chat, i want the name to change not just say the Priest Takes x damage.          This is for my 1st game on roll 20, so these are some of the 1st macros i have made. I Also cant find a single topic on this on the forum.           My Edited Multi enemy attack         @{selected|token_name} May shoots at eight Arrow, At hostile creatures ?{Number of targets?|1} targets, description     @{target|target1|token_name}:#Faenya's-Gift    ?{target2|!} @{target|target2|token_name}:#Faenya's-Gift    ?{target3|!} @{target|target3|token_name}:#Faenya's-Gift    ?{target4|!} @{target|target4|token_name}:#Faenya's-Gift    ?{target5|!} @{target|target5|token_name}:#Faenya's-Gift    ?{target6|!} @{target|target6|token_name}:#Faenya's-Gift    ?{target7|!} @{target|target7|token_name}:#Faenya's-Gift    ?{target8|!} @{target|target8|token_name}:#Faenya's-Gift          My Nested Attack Macro.          Faenya's-Gift         /em @{selected|token_name} shoots at @{target|token_name} with a regular Arrow ! &{template:atkdmg} {{mod=[[@{selected|strength_mod}+@{selected|PB}+3]]}} {{rname=bow attack }} {{r1=[[@{“PC NAME”|d20}cs>20 + 3[STR] + 3[MOD] + 3[PROF]]]}} @{“PC NAME”|rtype}cs>20 + 3[STR] + 3[MOD] + 3[PROF]]]}} {{attack=1}} {{range=Target AC=@{target|npc_ac}}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d10 + 3[STR] + 3[MOD]]]}} {{dmg1type=Piercing}} {{damage=1}} {{dmg2flag=1}} {{dmg2=[[2d6 ]]}} {{dmg2type=Radiant}} {{crit1=[[1d8[CRIT]]]}} {{crit2=[[2d6[CRIT]]]}} {{save=}} {{savedesc=}} 0 {{desc= has radiant damage}}   {{spelllevel=}} {{innate=}} {{globalattack=@{“PC NAME”|global_attack_mod}}} {{globaldamage=@{target|token_name} Takes      [[@{“PC NAME”|Precise_Strike_mod_roll}+@{“PC NAME”|Superiority_mod_roll}]]}} {{globaldamagecrit=[[@{“PC NAME”|Precise_Strike_mod_roll_Crit}]]}} {{globaldamagetype=@{“PC NAME”|global_damage_mod_type_abilitys}}} ammo= @{“PC NAME”|charname_output}       
 
				
			