
Hi. I have a question. I am trying to have a series of entries pulled from a character sheet based on a main query. Say you have three weapons and you select weapon 2. Normally I do something like ?{Weapon|Weapon One|Weapon Two|Weapon Three} and that is it. But say I want another query to use the same selection, but different information. Name: ?{WeaponName|@{selected|WeaponName_1}|@{selected|WeaponName_2|@{selected|WeaponName_3} Attack Bonus: ?{WeaponName|@{selected|WeaponBonus_1}|@{selected|WeaponBonus_2|@{selected|WeaponBonus_3} Attack Damage: ?{WeaponName|@{selected|WeaponDMG_1}|@{selected|WeaponDMG_2|@{selected|WeaponDMG_3} Is there a way to have all three queries be based on the first selection? So it looks like this: Name: Long Sword Attack Bonus: +1 Attack Damage: 1d8 And not have to pick three times?