Did Roll20 change how custom character sheet rolls are structured? I am using a slightly edited version of Jakob's Better Default Roll Template ( JBDRT) in a custom character sheet, and suddenly a bunch of my roll buttons are failing (they were working fine previously). EXAMPLE (HTML) <button class="sheet-skactbut" type="roll" value="&{template:custom} {{title=**Academic (@{academic1s})**}} {{subtitle=@{cname}}} {{SCORE=[[ 1d20+[[@{academic1}]]+[[@{edumod}]] -[[@{impairment}]][Impairment] ]]}}" name="rollSkill"></button> The html above used to call a roll, using titling and caption that called on stored string attributes. For example, academic1s is the specific name of the (write-in) Academic skill; cname is the character's name (this identifies who the roll was made for, using the JBDRT caption feature); academic1 (without the "s" on the end) is the attribute containing the skill value; edumod is the Education attribute modifier; and impairment is the attribute representing any impairment the character may be suffering (complete with a label for easy identification of the modifier's purpose). All this previously worked. Now I get this... Any ideas? Thanks in advance for any assistance you can offer.