Is it posible to make event with the same object?
Something like:
Alterable Value A of "Group.Enemy" = Alterable Value A of "Group.Enemy"
But scope it so that the first value was from one object, and the second from another.
Also i trying to use two groups in one object, like:
Alterable Value A of "Group.Enemy" = Alterable Value A of "Group.Bullets"
Fixed value of "Group.Enemy" <> Fixed value of "Group.Bullets"
But it doesn't seems to work.
Are there any alternatives to this method?