Hey all In order to not have my attacks & spell casting menu cluttered with entries, I wanted to create a macro that let me choose from the available entries to attack. Unfortunately, the attack macros in itself works, but the moment I try to make a query out it, it is not working as intended. Meaning, I cannot select (in this example) between the two options. I think it might have something to to with order, but for the love of it I have yet failed to understand what i am doing wrong. ?{Projectile |Spear, &{template:atkdmg} {{mod=+[[@{dexterity_mod}+@{pb}]]}} {{rname=Spear}} {{r1=[[1d20cs>20+@{dexterity_mod}+@{pb}]]}} @{rtype} {{r2=[[1d20cs>20+@{dexterity_mod}+@{pb}]]}} {{attack=1}} {{range= 6m/20ft - 18m/60ft}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d6+@{dexterity_mod}]]}} {{dmg1type=Piercing}} {{crit1=[[1d6+@{dexterity_mod}]]}} {{charname=Returner}} |
Bolt, &{template:atkdmg} {{mod=+[[@{dexterity_mod}+@{pb}]]}} {{rname=Bolt}} {{r1=[[1d20cs>20+@{dexterity_mod}+@{pb}]]}} @{rtype} {{r2=[[1d20cs>20+@{dexterity_mod}+@{pb}]]}} {{attack=1}} {{range= 6m/20ft - 18m/60ft}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d8+@{dexterity_mod}]]}} {{dmg1type=Piercing}} {{crit1=[[1d8+@{dexterity_mod}]]}}{{charname=Returner}} }
Thanks in advance for any assistance.