I'm quite new to roll20 system and trying to design a specific chararcter sheet Everything works perfectly until i come to my fist issue :) Basically I use the system trail of cthulhu When health_pool goes less than -6, no general competences can be used. To simulate this, i want just to hide the complete sheet that manages "general competences" I have a javascript that is launched each time health_pool is changed, because i have some computations to do, so using sheet worker that works perfectly. Now in that part of code, i was planning to just retrieve the element through the DOM and hide it, but there is no access to the DOM in character sheet. So question quite simple, how can I achieve my need with if possible not too much changing :) I know it is a beginner question and that there is probably already the answer onforum, but i have not been able tospot it