On shift pressed
For each Object
Object is overlapping Object2
If Object variable = "Follow"
Set Object variable = "Stay"
If Object variable = "Stay"
Set Object variable = "Follow"
Why is this not working for me? It seems to set the varaible to "Follow" regardless of the previous value. :/