Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Help with Drop Down Query

I am trying to use a drop down query to select a weapon attack from the DND 5e Shaped Character sheet. This is what I am trying %{"Name"|repeating_weapons_melee_?{How Many Hands|One Hand,0|Two Hands,1}_weapon} I get this: No ability was found for %{One Hand,0|Two Hands,1} Then Name|repeating_weapons_melee_0 I am sure the system just does not want to nest this way, I just don't know if there is a way around it or not.  I have tried using HTML entities and have been unsuccessful, but I am willing to try all options.
1439340117

Edited 1439340193
Kryx
Pro
Sheet Author
API Scripter
In programming terms this nested variable is not possible. I don't think roll20 has some workaround. It looks like you're trying to do versatile weapons on the 5e Shaped weapons. I have "alt damage" for actions. Maybe I should put this in for weapons as well.
I am trying to do versatile weapons (also two-weapon fighting)  It would be helpful for me to have the alt damage on the weapons.
1439341341
Kryx
Pro
Sheet Author
API Scripter
I'll likely add alt damage tomorrow. Twf is just 2 weapons.
This is an " order of operation problem".