Hi all, I apologize if this isn't the right format/forum. I noticed an error in the Villains and Vigilantes / Mighty Protectors sheet. Text from the book A character’s Security Clearance score is constantly reviewed by the government and adjusted when necessary (see the formula below). IN save + CL save + (Earned CPs/5) - 20 I only have a plus membership, so I don't think I can modify the sheets, and I'm leery of breaking something! I know exactly the change that needs to be made. It is on line 105 of the html file here: <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/Villains%20and%20Vigilantes/VandVMightyProtectors.html" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/Villains%20and%20Vigilantes/VandVMightyProtectors.html</a> original line < span class =" sheet-table-data " > input type =" number " name =" attr_security_clearance " title =" security_clearance " value =" round(@{intelligence_ score } + @{cool_ score } + (@{exp_earned}/5) -20) " disabled /> </ span > should be changed to (replacing "_score" with "_save" on line 105 only) < span class =" sheet-table-data " > input type =" number " name =" attr_security_clearance " title =" security_clearance " value =" round(@{intelligence_ save } + @{cool_ save } + (@{exp_earned}/5) -20) " disabled /> </ span > If you need any other information, I'd be happy to clarify. Thank you all in advance, - Marc