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

Troubleshooting Question Nested Query with CharSetAttr

Hello there, I was repurposing a HP tracker that uses ChatSetAttr for Armor (DR) Zones and wanting to nest the commands to prevent clutter. The HTML replacements look correct, or maybe I'm in error. Could the great minds here give a glance? Thanky you for your time and effort. ?{Select Armor Zone| Head DR,!modattr --sel --Head-DR|?{+/- Head-DR } --fb-content ** _CHARNAME_ ** has changed **Head-DR** by _TCUR0_ points. **Head-DR** is now _CUR0_. **Max Head-DR** is _MAX0_. | Body DR,!modattr --sel --Body-DR|?{+/- Body-DR } --fb-content ** _CHARNAME_ ** has changed **Body-DR** by _TCUR0_ points. **Body-DR** is now _CUR0_. **Max Body-DR** is _MAX0_. | Right Arm DR,!modattr --sel --RightArm-DR|?{+/- RightArm-DR } --fb-content ** _CHARNAME_ ** has changed **RightArm-DR** by _TCUR0_ points. **RightArm-DR** is now _CUR0_. **Max RightArm-DR** is _MAX0_. | Left Arm DR,!modattr --sel --LeftArm-DR|?{+/- LeftArm-DR } --fb-content ** _CHARNAME_ ** has changed **LeftArm-DR** by _TCUR0_ points. **LeftArm-DR** is now _CUR0_. **Max LeftArm-DR** is _MAX0_. | Right Leg DR,!modattr --sel --RightLeg-DR|?{+/- RightLeg-DR } --fb-content ** _CHARNAME_ ** has changed **RightLeg-DR** by _TCUR0_ points. **RightLeg-DR** is now _CUR0_. **Max RightLeg-DR** is _MAX0_. | Left Leg DR,!modattr --sel --LeftLeg-DR|?{+/- LeftLeg-DR } --fb-content ** _CHARNAME_ ** has changed **LeftLeg-DR** by _TCUR0_ points. **LeftLeg-DR** is now _CUR0_. **Max LeftLeg-DR** is _MAX0_. | Sheild 1 DR,!modattr --sel --Shield1-DR|?{+/- Shield1-DR } --fb-content ** _CHARNAME_ ** has changed **Shield1-DR** by _TCUR0_ points. **Shield1-DR** is now _CUR0_. **Max Shield1-DR** is _MAX0_. | Shield 2 DR,!modattr --sel --Shield2-DR|?{+/- Shield2-DR } --fb-content ** _CHARNAME_ ** has changed **Shield2-DR** by _TCUR0_ points. **Shield2-DR** is now _CUR0_. **Max Shield2-DR** is _MAX0_. }
Ok after reviewing it again I realize I missed HTML replace on an inner Pipe. Solved