Hey guys, I know this issue is brought up a lot and it usually turns out to be a typo or some bad syntax but I just can't figure out where I went wrong. To make my issue as simple as possible, I've cut out everything but this: <script type="text/worker">
on("change:hp", function() {
console.log("DING!");
});
</script>
<input type="text" name="attr_hp"> When I change the text field, nothing appears in the browser console. Could anyone give me some advice? Thanks!