probably try
every tick Global_Var == Instance_Var
No that doesn't help. I'm trying to do it the opposite way and set my global variable value to the value of an instance variable, but it seems like that's literally impossible. I can't even compare or add an instance variable to itself to try and get around this. I have no idea why instance variables are designed this way but they are infuriating to work with.