
Hey Community,
As a PC, I am trying to set up a macro that allows me to select from my many different attacks.
As a simplified example I use something along the lines of:
attack:
?{Weapon?|Sword,#sword |Dagger,#dagger |Bow,#bow }
Furthermore, I have copied the weapon macros from my character sheet.
I modified them slightly, but they all look as follows:
sword:
@{Name|wtype}&{template:atk} {{mod=+5}} etc...
The weapon macro's work fine standing alone,
however when I try to run the "attack" macro I get a pop-up with the following the following:
Weapon?: Sword,&{template:atk
Where "Weapon?:" Is correctly recognized as query,
but the "sword" macro seems to have been expanded and is messing with the structure of the condition.
And as you could have guessed, If I select that option it doesn't work.
Which makes sense, because part of the macro was placed in the name for the conditional option.
("Sword,&{template:atk")
I am confused because it does seem to skip over the wtype correctly, but it gets stuck on the template.
I tried without the template but that only moved the problem to the next option ( {{mod=+5 )
I tried looking around to see how other people fixed this but couldn't find anything.
Has anyone ever had to deal with this before, or does anyone know a work around?
If you have any questions please let me know :)
Kind regards