Good day. I am having some trouble figuring out if a particular type of operation is possible, and if so how to do it. Basically, I want to have a stat, say Equipped_Weapon, that I can use to determine what character sheet is referenced by an ability. So, I would have a macro such as %{@{selected|Equipped_Weapon}|Attack}. The goal of such a macro is to allow a player to type the name of their weapon into the stat Equipped_Weapon and have it automatically direct their roll to the correct sheet. I would have a different character sheet created for each weapon, and all the players need to do is type in the name of their weapon. This would link the above macro the correct attack roll which has already been premade on the character sheet of the named weapon. So far, I see to be running into order of operation problems, and have not been able to figure out if it is possible to make a workaround. Even if I didn't have order of operations problems, I'm not sure if the system can read the text the way I am wanting it to or not. The only thing I have thought of so far is just having them write the name of the weapon in the macro like normal. That would technically work. However, if I can get this to work, I may use it for more than just weapons, and having a stat which can itself be referenced may be convenient and useful. Any suggestions on this dilemma?