Hello, I am new to this site since the arrival of the Corona Virus. I was GM in IRL club and I make my own game. So since I have to animate my game on Roll20 I begin to create a custom caracter sheet. I did the HTML and I now want to add Sheet-workers. So I made the most basic program possible in order to start. Problem it does not work (The sheet-worker)! As it often happens to me I think it's a basic error but I still spent 5 hours on it without finding it. So I ask for your help. The concerned Part of my HTML : <DIV> Manipulation : <input type="number" name="attr_manipulation" value="0"/> % Mouvement : <input type="number" name="attr_mouvement" value="0"/> % Vision : <input type="number" name="attr_Vision" value="0"/> % </DIV> <script type = "text/worker" > on("change: manipulation", function () { getAttrs(["mouvement"], function (values) { let manip = values.mouvement + 100; setAttrs({ manipulation: manip }); }); }); </script> Thank you in advance for your help Note : I am French so sorry for the English errors that there may be. If you are French-speaking and you have a little time to devote to helping the most void I give you the link of a tutorial on the caractersheet which unfortunately is not finished. <a href="https://docs.google.com/document/d/13mq32wWiJOPCZH_saWHKJ3BcsBqvVQXfaS3GSjxOjy8/edit#heading=h.a3zdllg6w314" rel="nofollow">https://docs.google.com/document/d/13mq32wWiJOPCZH_saWHKJ3BcsBqvVQXfaS3GSjxOjy8/edit#heading=h.a3zdllg6w314</a>