Edit: apolopies for spelling error taken = token Hi Everyone, I’d appreciate some help with altering this ability macro. I
watched this video: <a href="https://www.youtube.com/watch?v=rrbqdkGIa00&t=563s&ab_channel=Taking20" rel="nofollow">https://www.youtube.com/watch?v=rrbqdkGIa00&t=563s&ab_channel=Taking20</a> %{selected|repeating_npcaction_$0_npc_action} It was interesting and seemed to be a
solution for one of my players. It allows you to create a general npc template
that you can duplicate and drag each new monster onto as you create them saving
yourself a lot of time. T he presenter has written them for 5E. My group
is still using pathfinder 1E and we have a summoner. It can take him quite a
while to organise his monsters. The presenter said that this could be used on other games
but would need to be modified. I created a goblin npc and copied the attack
code when I clicked on the sword and bow using the up arrow @{Goblin|whispertype} &{template:npc} {{name=Short
Sword}} {{type=attackdamage}} {{showchar=@{Goblin|rollshowchar}}}
{{charname=@{Goblin|character_name}}} {{nonlethal=[[1[Nonlethal]]]}}
{{attack=1}} {{roll=[[1d20cs>19+2[MOD]+@{Goblin|rollmod_attack}[QUERY]]]}}{{critconfirm=[[1d20cs20+2[MOD]+@{Goblin|rollmod_attack}[QUERY]]]}}{{rolldmg1=[[1d4
+ @{Goblin|rollmod_damage}[QUERY]]]}}{{rolldmg1type=}}{{rolldmg1crit=[[(1d4 +
1d4) + (@{Goblin|rollmod_damage}[QUERY]*2)]]}} 0 and @{Goblin|whispertype} &{template:npc} {{name=Short Bow}}
{{type=attackdamage}} {{showchar=@{Goblin|rollshowchar}}}
{{charname=@{Goblin|character_name}}} {{nonlethal=[[1[Nonlethal]]]}}
{{attack=1}}
{{roll=[[1d20cs>20+4[MOD]+@{Goblin|rollmod_attack}[QUERY]]]}}{{critconfirm=[[1d20cs20+4[MOD]+@{Goblin|rollmod_attack}[QUERY]]]}}{{rolldmg1=[[3
+ @{Goblin|rollmod_damage}[QUERY]]]}}{{rolldmg1type=}}{{rolldmg1crit=[[(3 + 3)
+ (@{Goblin|rollmod_damage}[QUERY]*2)]]}} 0 {{range=}} My question is, what do I have to alter on this 5e macro: %{selected|repeating_npcaction_$0_npc_action} To tell it which line to look at on a pathfinder 1E npc
character sheet as a token action Many thanks for any help.
Tos