Lets say i have 3 Instances of Object Enemy.
...
In the event Editor i do:
If Enemy Alterable Value A = Enemy Alterable Value B
-->
Enemy Destroy
...
In the above condition, what actually happens?
What Instance of Enemy does 'Alterable Value A' refer to?
What Instance of Enemy does 'Alterable Value B' refer to?

