So, I was wondering if there was a way to make variables dependant on each other. Like, if Variable A increases to a specified number, then Variable B would increase as a result of it. I'm trying to make it so that increasing a variable will trigger another variable to increase along with it, thus triggering the event of the second variable without having to place the event on the first variable. Is this possible, or would I have to just make them increase seperately?