
This is all concerning DnD 5e and the abilities section.
I currently have been using macros for my weapon attacks (I like the layout, and we have an additional "achievement" type of damage in my game called Vanquisher). This currently looks like this:
@{Morren Arakhora|wtype}&{template:traits} @{Morren Arakhora|charname_output} {{name=Rapier}} {{source=Melee}} {{description=Attack: [[[[1d20]] + @{Morren Arakhora|dexterity_mod} + @{Morren Arakhora|pb}]] | [[[[1d20]] + @{Morren Arakhora|dexterity_mod} + @{Morren Arakhora|pb}]]
Dmg: [[[[1d8]] + @{Morren Arakhora|dexterity_mod}]] (Piercing) + Crit: [[1d8]]
Vanquisher Dmg: [[1d6>5cf<0cs>5]] }}
Anyways I am trying to streamline my attacking, so I tried to make an "Attack" macro that has a dropdown with each of the weapons I have to choose from. I didn't even get the bones set up and I am already having issues.
So I am going off of the wiki and trying the method below
?{Name of Query|Label1, value1|Label2, value2|Label3, value3}
but when I do a simple replacement with the ability
?{Name of Query|Label1, %{Morren Arakhora|Rapier}|Label2, value2|Label3, value3}
I get a text box with "Label1, &{template:traits" inside of it. I have tried replacing various aspects with its &# number (depicted below), but then I get an error saying "No ability was found for %{Label2, value2|Label3, value3}"
?{Name of Query|Label1,%{Morren Arakhora|Rapier}|Label2, value2|Label3, value3}
Can someone explain what I am doing wrong? Am I derping hard or is this an issue?
I appreciate any assistance,
Wab