can anybody explain to me why this very simple sheet worker isn't running? i've looked over all the code and don't see any reason why it wouldn't. it won't trigger when i change any of those attributes <script type="text/worker"> //Set ring and header for skill approaches on("change:artisanskillapproach change:martialskillapproach change:scholarskillapproach change:socialskillapproach change:tradeskillapproach change:voidring change:earthring change:firering change:waterring change:airring", function(changeevent) { console.log("===SHEET WORKER=== change detected. Source Attribute:" changeevent.sourceAttribute); }); </script>