hello, i am using Ammo v0.3.10. i have this basic text worker: <script type="text/worker"> //test on("change:ChargeItem_test sheet:opened", function() { getAttrs(["ChargeItem_test"], function(values) { let Charge = parseInt(values.ChargeItem_test,10)||0; console.log("---IN---"); console.log(Charge); if(Charge<=0) { console.log("---0000<-----"); console.log(Charge); } }); }); when i manually increase / decrease ChargeItem_test the worker fires. when i use the command "!ammo @{selected|character_id} ChargeItem_test -1 arrow" it wont. i had the same problem with ChatSetAttr help please! thank you!