The template is working properly and I've even managed to implement a weather system that works well with it, but I also want to make a system where crops die if they are not watered. I've created a "<self> sickness" variable that keeps track of how many days have past without the crop being watered and added it to the same event page where crop growth is calculated, but it's not working. I think the problem is that, if the crop is not watered, the "<self> calculation" switch won't be activated and the calculations event page won't run. How could I solve this? I'm attaching screenshots of the relevant event pages. Thanks in advance.