Hi,
At the moment if I want to detect a change in a variable, I use a thread to loop, and then check if the variable is different from itself one loop before. I'm sure this isn't the most efficient way to do this though.
Is it possible to listen for variable changes like you can listen for mouse clicks?
Thanks.