Hey folks, Currently working on the Star Wars Saga Edition character sheet. I'm trying to include @{target|reflex} in the default attack formula. It works properly if the following is put in the attack formula field ingame under each attack. &{template:attack} {{name=@{WeaponName}}} {{type=@{WeaponName|max}}}  {{atkeffect=@{WeaponNotes|max}}} {{attack=[[@{WeaponAttack}]] **Reflex:** [[@{target|reflex}]]}} {{damage=[[@{WeaponDamage}]]}} Is there anyway to build this into the character sheet by default? I've messed around with it all day. What I'd like to do is add a field in repeating attack. A dropdown box in each attack could specify the targeted enemy defense(reflex,fortitude,will). This would make all attacks on the character sheet "targetted abilities" but I could possibly remove it from the formula or have a checkbox to enable disable the feature. When you use the attack and click the target it would list the defense of the creature beside your attack roll. Is this possible through the character sheet?